Mariusz Felisiak 24e8f7f7d3 Fixed typos in docs/ref/django-admin.txt. 5 years ago
..
class-based-views 8045dff98c Refs #27829 -- Removed settings.DEFAULT_CONTENT_TYPE per deprecation timeline. 6 years ago
contrib 4b32d039db Fixed #28588 -- Doc'd User.has_perm() & co. behavior for active superusers. 5 years ago
files 881362986a Fixed "byte string" typo in various docs and comments. 6 years ago
forms e86cc14bd3 Changed docs to link to Python's description of iterable. 5 years ago
models febe136d4c Fixed #30397 -- Added app_label/class interpolation for names of indexes and constraints. 5 years ago
templates c2f381ef17 Fixed #30589 -- Clarified that urlize should be applied only to email addresses without single quotes. 5 years ago
applications.txt 9b15ff08ba Used auto-numbered lists in documentation. 6 years ago
checks.txt 53209f7830 Fixed #30613 -- Moved index name validation to system checks. 5 years ago
clickjacking.txt 9b15ff08ba Used auto-numbered lists in documentation. 6 years ago
csrf.txt 8e675e2bd8 Fixed #30299 -- Removed jQuery dependency from getCookie() in CSRF docs. 6 years ago
databases.txt b6c4766f53 Refs #29548 -- Updated docs for MariaDB support. 5 years ago
django-admin.txt 24e8f7f7d3 Fixed typos in docs/ref/django-admin.txt. 5 years ago
exceptions.txt a415ce70be Fixed #30451 -- Added ASGI handler and coroutine-safety. 5 years ago
index.txt d37ea5f09b Fixed #28581 -- Moved django.core.paginator documentation to API Reference. 5 years ago
middleware.txt 5ab75adb90 Removed redundant object descriptions to prevent warnings with Sphinx 2.1.0. 5 years ago
migration-operations.txt 5bbf31634f Fixed typo in docs/ref/migration-operations.txt. 6 years ago
paginator.txt d37ea5f09b Fixed #28581 -- Moved django.core.paginator documentation to API Reference. 5 years ago
request-response.txt cce47ff65a Fixed #30565 -- Closed HttpResponse when wsgi.file_wrapper closes file-like object. 5 years ago
schema-editor.txt 5446b72003 Removed versionadded/changed annotations for 1.11. 7 years ago
settings.txt 54d0f5e62f Fixed CVE-2019-12781 -- Made HttpRequest always trust SECURE_PROXY_SSL_HEADER if set. 5 years ago
signals.txt a7038adbd0 Fixed typos in signals and custom management commands docs. 5 years ago
template-response.txt 8045dff98c Refs #27829 -- Removed settings.DEFAULT_CONTENT_TYPE per deprecation timeline. 6 years ago
unicode.txt 198a2a9381 Removed unnecessary /static from links to PostgreSQL docs. 6 years ago
urlresolvers.txt 79c196cfb2 Fixed #28766 -- Added ResolverMatch.route. 6 years ago
urls.txt 49f97b645f Refs #24733 -- Documented arguments for custom error views. 6 years ago
utils.txt a289e79679 Fixed #30594 -- Added 'private' Cache-Control directive to never_cache() decorator. 5 years ago
validators.txt 24cae0bedc Fixed #29860 -- Allowed BaseValidator to accept a callable limit_value. 6 years ago
views.txt df41b5a05d Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201. 7 years ago