François Freitag 88336fdbb5 Fixed #28062 -- Added a setting to disable server-side cursors on PostgreSQL. vor 8 Jahren
..
class-based-views dc165ec8e5 Refs #23919 -- Replaced super(ClassName, self) with super() in docs. vor 8 Jahren
contrib 2dc3280254 Fixed #28160 -- Prevented hiding GDAL exceptions when it's not installed. vor 8 Jahren
files 9b538badb1 Refs #23919 -- Removed File's Python 2 proxied methods. vor 8 Jahren
forms 2874531ab5 Fixed typo in docs/ref/forms/fields.txt. vor 8 Jahren
models 88336fdbb5 Fixed #28062 -- Added a setting to disable server-side cursors on PostgreSQL. vor 8 Jahren
templates 278a09ac1f Fixed #27730 -- Doc'd that template vars created outside a block can't be used in it. vor 8 Jahren
applications.txt c651331b34 Converted usage of ugettext* functions to their gettext* aliases vor 8 Jahren
checks.txt a3af8c99d9 Removed extra characters in docs header underlines. vor 8 Jahren
clickjacking.txt 9baf692a58 Fixed #26601 -- Improved middleware per DEP 0005. vor 9 Jahren
csrf.txt 503e944ac7 Refs #16859 -- Updated CSRF FAQ to mention CSRF_USE_SESSIONS setting. vor 8 Jahren
databases.txt 88336fdbb5 Fixed #28062 -- Added a setting to disable server-side cursors on PostgreSQL. vor 8 Jahren
django-admin.txt 7b53041420 Fixed #28004 -- Doc'd how to create migrations for an app without a migrations directory. vor 8 Jahren
exceptions.txt f6acd1d271 Refs #23919 -- Removed Python 2 notes in docs. vor 8 Jahren
index.txt d3db878e4b Moved CSRF docs out of contrib. vor 10 Jahren
middleware.txt e27e4c0339 Removed versionadded/changed annotations for 1.10. vor 8 Jahren
migration-operations.txt a76d12ceb4 Removed unused imports in example migrations. vor 8 Jahren
request-response.txt 8ab7ce8558 Fixed #28037 -- Clarified that QueryDict.items()/values() are generators. vor 8 Jahren
schema-editor.txt 3551fb537f Refs #26709 -- Documented SchemaEditor.add/remove_index(). vor 8 Jahren
settings.txt 88336fdbb5 Fixed #28062 -- Added a setting to disable server-side cursors on PostgreSQL. vor 8 Jahren
signals.txt 351835f262 Fixed #28031 -- Removed notes about old uWSGI/sentry versions (refs #20537). vor 8 Jahren
template-response.txt 7ba7d203d8 Fixed typo in docs/ref/template-response.txt. vor 9 Jahren
unicode.txt 03281d8fe7 Fixed #26005 -- Fixed some percent decoding cases in uri_to_iri(). vor 8 Jahren
urlresolvers.txt fee42fd99e Refs #23919 -- Replaced usage of django.utils.http utilities with Python equivalents vor 8 Jahren
urls.txt c651331b34 Converted usage of ugettext* functions to their gettext* aliases vor 8 Jahren
utils.txt 83cbb8d080 Fixed #28067 -- Clarified __str__() return type when using python_2_unicode_compatible(). vor 8 Jahren
validators.txt 325db2a8c3 Fixed #27945 -- Clarified that RegexValidator searches with the regex. vor 8 Jahren
views.txt d1bab24e01 Refs #23919, #27778 -- Removed obsolete mentions of unicode. vor 8 Jahren