.. |
class-based-views
|
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
|
2017-01-25 11:53:05 -05:00 |
contrib
|
Refs #27996 -- Skipped RandomUUID test on PostgreSQL 9.3.
|
2017-05-15 09:26:38 -04:00 |
files
|
Refs #23919 -- Removed File's Python 2 proxied methods.
|
2017-04-26 14:44:07 -04:00 |
forms
|
Fixed typo in docs/ref/forms/fields.txt.
|
2017-05-05 18:24:27 -04:00 |
models
|
Fixed #28062 -- Added a setting to disable server-side cursors on PostgreSQL.
|
2017-05-06 06:59:04 -04:00 |
templates
|
Fixed #27730 -- Doc'd that template vars created outside a block can't be used in it.
|
2017-04-26 14:54:57 -04:00 |
applications.txt
|
Converted usage of ugettext* functions to their gettext* aliases
|
2017-02-07 09:04:04 +01:00 |
checks.txt
|
Removed extra characters in docs header underlines.
|
2017-03-20 18:30:32 -04:00 |
clickjacking.txt
|
Fixed #26601 -- Improved middleware per DEP 0005.
|
2016-05-17 07:22:22 -04:00 |
csrf.txt
|
Refs #16859 -- Updated CSRF FAQ to mention CSRF_USE_SESSIONS setting.
|
2017-01-20 18:56:48 -05:00 |
databases.txt
|
Fixed #28062 -- Added a setting to disable server-side cursors on PostgreSQL.
|
2017-05-06 06:59:04 -04:00 |
django-admin.txt
|
Fixed #28015 -- Added makemessages --add-location option.
|
2017-05-22 09:03:53 -04:00 |
exceptions.txt
|
Refs #23919 -- Removed Python 2 notes in docs.
|
2017-01-18 11:51:29 -05:00 |
index.txt
|
Moved CSRF docs out of contrib.
|
2014-11-03 07:47:39 -05:00 |
middleware.txt
|
Removed versionadded/changed annotations for 1.10.
|
2017-01-17 20:52:05 -05:00 |
migration-operations.txt
|
Removed unused imports in example migrations.
|
2017-01-21 07:40:33 -05:00 |
request-response.txt
|
Fixed #28037 -- Clarified that QueryDict.items()/values() are generators.
|
2017-04-26 20:51:28 -04:00 |
schema-editor.txt
|
Refs #26709 -- Documented SchemaEditor.add/remove_index().
|
2016-07-07 10:21:25 -04:00 |
settings.txt
|
Fixed #28062 -- Added a setting to disable server-side cursors on PostgreSQL.
|
2017-05-06 06:59:04 -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
|
Fixed typo in docs/ref/template-response.txt.
|
2016-04-18 07:50:13 -04:00 |
unicode.txt
|
Refs #28196 -- Removed mentions of bytestrings for EmailMessage
|
2017-05-14 19:42:32 +02:00 |
urlresolvers.txt
|
Refs #23919 -- Replaced usage of django.utils.http utilities with Python equivalents
|
2017-01-26 19:49:03 +01:00 |
urls.txt
|
Converted usage of ugettext* functions to their gettext* aliases
|
2017-02-07 09:04:04 +01:00 |
utils.txt
|
Fixed #28067 -- Clarified __str__() return type when using python_2_unicode_compatible().
|
2017-04-14 08:05:58 -04:00 |
validators.txt
|
Fixed #27945 -- Clarified that RegexValidator searches with the regex.
|
2017-03-21 12:27:42 -04:00 |
views.txt
|
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
|
2017-01-26 08:19:27 -05:00 |