Florian Apolloner 2d6179c819 Fixed #32191 -- Made CookieStorage use RFC 6265 compliant format. 4 years ago
..
class-based-views bb8f66934d Fixed #31877 -- Reverted "Fixed #19878 -- Deprecated TemplateView passing URL kwargs into context." 4 years ago
contrib 2d6179c819 Fixed #32191 -- Made CookieStorage use RFC 6265 compliant format. 4 years ago
files 1190af5071 Fixed typo in docs/ref/files/storage.txt. 4 years ago
forms 0ecc70b15a Fixed typo in docs/ref/forms/widgets.txt. 4 years ago
models 3eb98743dc Fixed #32315 -- Doc'd FieldFile.path. 4 years ago
templates 3363cf4225 Fixed typo in docs/ref/templates/builtins.txt. 4 years ago
applications.txt b5e12d490a Fixed #31007 -- Allowed specifying type of auto-created primary keys. 4 years ago
checks.txt 45519937e5 Added app labels to related fields checks messages E302-E305. 4 years ago
clickjacking.txt 4c5236ef93 Removed versionadded/changed annotations for 3.0. 4 years ago
csrf.txt 3d4ffd1ff0 Fixed #32065 -- Restored leading dot to CSRF_COOKIE_DOMAIN examples. 4 years ago
databases.txt 74fd233b14 Fixed #32303 -- Bumped minimum supported SQLite to 3.9.0. 4 years ago
django-admin.txt 187e088b48 Removed redundant sentence in 'check' management command docs. 4 years ago
exceptions.txt 453967477e Mentioned ASGI handler in SuspiciousOperation docs. 4 years ago
index.txt d37ea5f09b Fixed #28581 -- Moved django.core.paginator documentation to API Reference. 5 years ago
middleware.txt ad11f5b8c9 Fixed #32124 -- Added per-view opt-out for APPEND_SLASH behavior. 4 years ago
migration-operations.txt fa58450a9a Fixed #31468 -- Allowed specifying migration filename in Operation. 4 years ago
paginator.txt 0a306f7da6 Fixed #25513 -- Extracted admin pagination to Paginator.get_elided_page_range(). 4 years ago
request-response.txt 855fc06236 Fixed #29356 -- Clarified docs for QueryDict.getlist() default. 4 years ago
schema-editor.txt 197b55c534 Fixed outdated notes in SchemaEditor docs. 4 years ago
settings.txt 2e7ba6057c Refs #28741 -- Doc'd SESSION_COOKIE_DOMAIN requirement with CSRF_USE_SESSIONS. 4 years ago
signals.txt 5ef6f62634 Refs #31502 -- Made minor edits to Model._state docs. 4 years ago
template-response.txt dcb69043d0 Fixed #32002 -- Added headers parameter to HttpResponse and subclasses. 4 years ago
unicode.txt f1a808a502 Used :rfc: role in various docs. 5 years ago
urlresolvers.txt 11ebc6479f Fixed #31791 -- Made technical 404 debug page display the tried URL patterns for Http404. 4 years ago
urls.txt 2522559d1a Fixed #31534 -- Deprecated django.conf.urls.url(). 4 years ago
utils.txt 0382ecfe02 Fixed #28694 -- Made django.utils.text.slugify() strip dashes and underscores. 4 years ago
validators.txt 8cf08a01b5 Improved RegexValidator docs. 4 years ago
views.txt 4a954cfd11 Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty. 5 years ago