index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #28371 -- Fixed Cast() with CharField if the max_length argument isn't ...
Mariusz Felisiak
2017-07-27
1
-0
/
+6
*
Fixed #28415 -- Clarified what characters ASCII/UnicodeUsernameValidator accept.
Tim Graham
2017-07-27
2
-13
/
+13
*
Fixed #28363 -- Allowed naming the migration generated by squashmigrations.
Melvyn Sopacua
2017-07-26
3
-1
/
+12
*
Replaced "not A== B" with "A != B" in docs/howto/writing-migrations.txt.
Berker Peksag
2017-07-26
1
-1
/
+1
*
Fixed #28436 -- Added support for distance lookups on MySQL.
Sergey Fedoseev
2017-07-26
2
-3
/
+7
*
Fixed #28435 -- Removed inaccurate warning about SECURE_HSTS_PRELOAD.
Tim Graham
2017-07-25
1
-5
/
+0
*
Fixed #28349 -- Doc'd how to upgrade Django from LTS to LTS.
Emmanuel
2017-07-24
1
-0
/
+8
*
Fixed #28418 -- Fixed queryset crash when using a GenericRelation to a proxy ...
Rachel Tobin
2017-07-21
1
-0
/
+3
*
Refs #17453 -- Fixed broken link to #django IRC logs.
Tim Graham
2017-07-21
1
-1
/
+1
*
Fixed #27970 -- Allowed QuerySet.in_bulk() to fetch on fields besides primary...
Tom Carrick
2017-07-21
2
-4
/
+15
*
Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre...
Tim Graham
2017-07-20
5
-3
/
+22
*
Fixed #28377 -- Made combining form Media retain relative asset order.
Johannes Hoppe
2017-07-20
2
-0
/
+41
*
Fixed #28414 -- Fixed ClearableFileInput rendering as a subwidget of MultiWid...
Roman Selivanov
2017-07-19
2
-0
/
+8
*
Doc'd the need to remove default ordering on Subquery aggregates.
Tomer Chachamu
2017-07-18
1
-5
/
+6
*
Removed unneeded right quotes in docs to fix spelling errors.
Tim Graham
2017-07-18
4
-5
/
+5
*
Fixed 403 link in docs/ref/contrib/gis/install/spatialite.txt.
jmk
2017-07-17
1
-1
/
+1
*
Fixed #28399 -- Fixed QuerySet.count() for union(), difference(), and interse...
Florian Apolloner
2017-07-15
2
-5
/
+12
*
Fixed #28394 -- Allowed setting BaseExpression.output_field (renamed from _ou...
Sergey Fedoseev
2017-07-14
1
-0
/
+3
*
Fixed #28387 -- Fixed has_changed() for disabled form fields that subclass it.
Srinivas Reddy Thatiparthy
2017-07-14
1
-0
/
+4
*
Fixed #28397 -- Removed django.core.exceptions.DjangoRuntimeWarning.
Tim Graham
2017-07-14
1
-0
/
+4
*
Refs #28174 -- Added 1.11.4 release note for Python 2 runserver autoreload fix.
Tim Graham
2017-07-13
1
-0
/
+3
*
Refs #28389 -- Added release note and test for pickling of LazyObject when wr...
Sergey Fedoseev
2017-07-12
1
-0
/
+3
*
Refs #28352 -- Corrected another QuerySet.values_list() return type in docs e...
Tim Graham
2017-07-11
1
-2
/
+2
*
Fixed #28352 -- Corrected QuerySet.values_list() return type in docs examples.
Irindu Indeera
2017-07-11
3
-10
/
+10
*
Fixed #14204 -- Enforced SQLite foreign key constraints.
Claude Paroz
2017-07-11
1
-0
/
+40
*
Updated name of topics/db/queries link on index.
Tom
2017-07-11
1
-1
/
+1
*
Fixed #28378 -- Fixed union() and difference() when combining with a queryset...
Mariusz Felisiak
2017-07-10
1
-0
/
+3
*
Fixed #28361 -- Fixed possible time-related failure in was_published_recently...
marton bognar
2017-07-06
1
-1
/
+1
*
Fixed #28331 -- Added ContextMixin.extra_context to allowing passing context ...
Bruno Alla
2017-07-06
5
-2
/
+34
*
Refs #28355 -- Forwardported 1.11.4 release note.
Tim Graham
2017-07-06
1
-1
/
+3
*
Fixed #28365 -- Unified DatabaseOperations.date_interval_sql() return value w...
Mariusz Felisiak
2017-07-06
1
-3
/
+4
*
Added missing import in docs/topics/db/queries.txt.
Tushar Malik
2017-07-04
1
-1
/
+1
*
Fixed #28076 -- Added support for PostgreSQL's interval format to parse_durat...
Matthew Schinckel
2017-07-03
1
-1
/
+6
*
Added stub release notes for 1.11.4.
Tim Graham
2017-07-01
2
-0
/
+13
*
Added release date for 1.11.3.
Tim Graham
2017-07-01
1
-1
/
+1
*
Fixed #28345 -- Applied limit_choices_to during ModelForm.__init__().
Jon Dufresne
2017-06-30
1
-0
/
+3
*
Fixed #28350 -- Fixed UnboundLocalError crash in RenameField with nonexistent...
Simon Charette
2017-06-30
1
-0
/
+3
*
Fixed #28010 -- Added FOR UPDATE OF support to QuerySet.select_for_update().
Ran Benita
2017-06-29
3
-9
/
+31
*
Fixed #27473 -- Added DurationField support to Extract.
Daniel Hahler
2017-06-28
2
-6
/
+14
*
Fixed #28294 -- Doc'd request/args/kwargs attributes of class-based views.
Mike Vasiliou
2017-06-28
1
-0
/
+7
*
Fixed #28336 -- Fixed typo in docs/ref/settings.txt.
Laura
2017-06-27
1
-1
/
+1
*
Fixed #28046 -- Added the db_tablespace parameter to class-based indexes.
Mariusz Felisiak
2017-06-27
3
-6
/
+31
*
Fixed #28330 -- Prevented passing positional arguments to an Index.
Mariusz Felisiak
2017-06-27
2
-2
/
+13
*
Fixed #28313 -- Added model name max length check of 100 characters in contri...
michaldabski
2017-06-26
1
-0
/
+1
*
Fixed #27964 -- Made MySQL backend raise exception if spatial transformation ...
Sergey Fedoseev
2017-06-26
2
-0
/
+6
*
Fixed GEOSGeometry reference in GIS tutorial.
Sergey Fedoseev
2017-06-26
1
-3
/
+4
*
Refs #23919 -- Stopped inheriting from object to define new style classes.
Mariusz Felisiak
2017-06-26
15
-21
/
+21
*
Fixed #28298 -- Prevented a primary key alteration from adding a foreign key ...
Josh Schneier
2017-06-22
1
-0
/
+3
*
Refs #16870 -- Doc'd that CSRF protection requires the Referer header.
Flávio Juvenal
2017-06-22
1
-0
/
+12
*
Refs #25530 -- Changed _create_index_name to take a table as first parameter.
Simon Charette
2017-06-20
1
-0
/
+3
[next]