Mariusz Felisiak 3297dede7f Fixed #28046 -- Added the db_tablespace parameter to class-based indexes. 7 years ago
..
class-based-views fc13a697b4 Fixed typo in docs/ref/class-based-views/mixins-single-object.txt. 7 years ago
contrib 617505ca89 Fixed #28330 -- Prevented passing positional arguments to an Index. 7 years ago
files 6bb3b2bff4 Refs #27777 -- Improved docs/added test for File context manager change. 7 years ago
forms 7f238097c0 Fixed #28102 -- Doc'd how to compute path to built-in widget template directories. 7 years ago
models 3297dede7f Fixed #28046 -- Added the db_tablespace parameter to class-based indexes. 7 years ago
templates 1f2e4f9cfe Fixed #28190 -- Clarifed how include/extends treat template names. 7 years ago
applications.txt c651331b34 Converted usage of ugettext* functions to their gettext* aliases 8 years ago
checks.txt d381914aef Fixed #28313 -- Added model name max length check of 100 characters in contrib.contentttypes. 7 years ago
clickjacking.txt 01f658644a Updated various links in docs to avoid redirects 7 years ago
csrf.txt 0af14b2eaa Refs #16870 -- Doc'd that CSRF protection requires the Referer header. 7 years ago
databases.txt 4f1eb64ad0 Fixed #18485 -- Doc'd behavior of PostgreSQL when manually setting AutoField. 7 years ago
django-admin.txt fda55c71a8 Fixed #27858 -- Prevented read-only management commands from creating the django_migrations table. 7 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 01f658644a Updated various links in docs to avoid redirects 7 years ago
migration-operations.txt a76d12ceb4 Removed unused imports in example migrations. 8 years ago
request-response.txt ad524980ac Fixed typo in docs/ref/request-response.txt. 7 years ago
schema-editor.txt 3551fb537f Refs #26709 -- Documented SchemaEditor.add/remove_index(). 8 years ago
settings.txt 516b7664dc Fixed #28260 -- Allowed customizing the test tablespace initial and autoextend size on Oracle. 7 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 d4d812cb56 Refs #28196 -- Removed mentions of bytestrings for EmailMessage 7 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 01f658644a Updated various links in docs to avoid redirects 7 years ago
validators.txt 681d2599ee Fixed #28165 -- Ignored case in FileExtensionValidator's allowed_extensions. 7 years ago
views.txt d1bab24e01 Refs #23919, #27778 -- Removed obsolete mentions of unicode. 8 years ago