.. |
class-based-views
|
Fixed #28294 -- Doc'd request/args/kwargs attributes of class-based views.
|
2017-06-28 09:19:52 -04:00 |
contrib
|
Fixed #28330 -- Prevented passing positional arguments to an Index.
|
2017-06-27 13:39:37 -04:00 |
files
|
Refs #27777 -- Improved docs/added test for File context manager change.
|
2017-05-31 21:02:58 -04:00 |
forms
|
Fixed #28102 -- Doc'd how to compute path to built-in widget template directories.
|
2017-06-05 17:26:49 -04:00 |
models
|
Fixed #27473 -- Added DurationField support to Extract.
|
2017-06-28 10:10:09 -04:00 |
templates
|
Fixed #28190 -- Clarifed how include/extends treat template names.
|
2017-06-03 08:11:04 -04:00 |
applications.txt
|
Converted usage of ugettext* functions to their gettext* aliases
|
2017-02-07 09:04:04 +01:00 |
checks.txt
|
Fixed #28313 -- Added model name max length check of 100 characters in contrib.contentttypes.
|
2017-06-26 18:12:35 -04:00 |
clickjacking.txt
|
Updated various links in docs to avoid redirects
|
2017-05-22 19:28:44 +02:00 |
csrf.txt
|
Refs #16870 -- Doc'd that CSRF protection requires the Referer header.
|
2017-06-22 11:50:00 -04:00 |
databases.txt
|
Fixed #18485 -- Doc'd behavior of PostgreSQL when manually setting AutoField.
|
2017-06-19 08:59:16 -04:00 |
django-admin.txt
|
Fixed #27858 -- Prevented read-only management commands from creating the django_migrations table.
|
2017-06-19 13:04:57 -04:00 |
exceptions.txt
|
…
|
|
index.txt
|
…
|
|
middleware.txt
|
Updated various links in docs to avoid redirects
|
2017-05-22 19:28:44 +02:00 |
migration-operations.txt
|
…
|
|
request-response.txt
|
Fixed typo in docs/ref/request-response.txt.
|
2017-06-20 11:22:26 -04:00 |
schema-editor.txt
|
…
|
|
settings.txt
|
Fixed #28336 -- Fixed typo in docs/ref/settings.txt.
|
2017-06-27 21:41:10 -04:00 |
signals.txt
|
Fixed #28031 -- Removed notes about old uWSGI/sentry versions (refs #20537).
|
2017-04-06 09:09:49 -04:00 |
template-response.txt
|
…
|
|
unicode.txt
|
Refs #28196 -- Removed mentions of bytestrings for EmailMessage
|
2017-05-14 19:42:32 +02:00 |
urlresolvers.txt
|
…
|
|
urls.txt
|
Converted usage of ugettext* functions to their gettext* aliases
|
2017-02-07 09:04:04 +01:00 |
utils.txt
|
Updated various links in docs to avoid redirects
|
2017-05-22 19:28:44 +02:00 |
validators.txt
|
Fixed #28165 -- Ignored case in FileExtensionValidator's allowed_extensions.
|
2017-06-07 16:53:36 -04:00 |
views.txt
|
…
|
|