Richard Barrell 351835f262 Fixed #28031 -- Removed notes about old uWSGI/sentry versions (refs #20537). 8 years ago
..
class-based-views dc165ec8e5 Refs #23919 -- Replaced super(ClassName, self) with super() in docs. 8 years ago
contrib 17e078dbf2 Refs #12410 -- Doc'd LineLocatePoint in functions' summary table. 8 years ago
files d1bab24e01 Refs #23919, #27778 -- Removed obsolete mentions of unicode. 8 years ago
forms 7d1e237753 Fixed #27993 -- Fixed model form default fallback for SelectMultiple. 8 years ago
models 9f0c82971d Fixed #28025 -- Fixed typo in docs/ref/models/querysets.txt. 8 years ago
templates 6b3724fa11 Fixed #27359 -- Made Engine.get_default() return the first DjangoTemplates engine if multiple are defined. 8 years ago
applications.txt c651331b34 Converted usage of ugettext* functions to their gettext* aliases 8 years ago
checks.txt a3af8c99d9 Removed extra characters in docs header underlines. 8 years ago
clickjacking.txt 9baf692a58 Fixed #26601 -- Improved middleware per DEP 0005. 8 years ago
csrf.txt 503e944ac7 Refs #16859 -- Updated CSRF FAQ to mention CSRF_USE_SESSIONS setting. 8 years ago
databases.txt 43380e9110 Fixed #27966 -- Bumped required psycopg2 version to 2.5.4. 8 years ago
django-admin.txt 7b53041420 Fixed #28004 -- Doc'd how to create migrations for an app without a migrations directory. 8 years ago
exceptions.txt f6acd1d271 Refs #23919 -- Removed Python 2 notes in docs. 8 years ago
index.txt d3db878e4b Moved CSRF docs out of contrib. 10 years ago
middleware.txt e27e4c0339 Removed versionadded/changed annotations for 1.10. 8 years ago
migration-operations.txt a76d12ceb4 Removed unused imports in example migrations. 8 years ago
request-response.txt 29f607927f Fixed spelling of "nonexistent". 8 years ago
schema-editor.txt 3551fb537f Refs #26709 -- Documented SchemaEditor.add/remove_index(). 8 years ago
settings.txt a3af8c99d9 Removed extra characters in docs header underlines. 8 years ago
signals.txt 351835f262 Fixed #28031 -- Removed notes about old uWSGI/sentry versions (refs #20537). 8 years ago
template-response.txt 7ba7d203d8 Fixed typo in docs/ref/template-response.txt. 9 years ago
unicode.txt 03281d8fe7 Fixed #26005 -- Fixed some percent decoding cases in uri_to_iri(). 8 years ago
urlresolvers.txt fee42fd99e Refs #23919 -- Replaced usage of django.utils.http utilities with Python equivalents 8 years ago
urls.txt c651331b34 Converted usage of ugettext* functions to their gettext* aliases 8 years ago
utils.txt 29f607927f Fixed spelling of "nonexistent". 8 years ago
validators.txt 325db2a8c3 Fixed #27945 -- Clarified that RegexValidator searches with the regex. 8 years ago
views.txt d1bab24e01 Refs #23919, #27778 -- Removed obsolete mentions of unicode. 8 years ago