django/docs/ref
2020-06-05 12:01:32 +02:00
..
class-based-views Made minor edits to TemplateResponseMixin.get_template_names() docs. 2020-06-01 10:16:45 +02:00
contrib Fixed #11157 -- Stopped removing stop words in admin's prepopulated_fields. 2020-05-27 12:32:56 +02:00
files
forms Fixed #20347 -- Allowed customizing the maximum number of instantiated forms in formsets. 2020-06-05 12:01:32 +02:00
models Fixed #30913 -- Added support for covering indexes on PostgreSQL 11+. 2020-06-04 12:26:22 +02:00
templates Fixed typo in docs/ref/templates/language.txt. 2020-06-01 20:51:54 +02:00
applications.txt
checks.txt Refs #30913 -- Added system checks for covering indexes and unique constraints support. 2020-06-04 12:26:25 +02:00
clickjacking.txt
csrf.txt
databases.txt Updated list of third-party DB backends. 2020-05-21 20:54:42 +02:00
django-admin.txt Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_checks. 2020-05-21 12:34:54 +02:00
exceptions.txt
index.txt
middleware.txt
migration-operations.txt Fixed #31468 -- Allowed specifying migration filename in Operation. 2020-05-28 11:42:53 +02:00
paginator.txt
request-response.txt
schema-editor.txt
settings.txt Refs #23097 -- Used new octal format in FILE_UPLOAD_PERMISSIONS docs. 2020-05-25 20:43:31 +02:00
signals.txt
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt
utils.txt Fixed #28694 -- Made django.utils.text.slugify() strip dashes and underscores. 2020-05-29 06:47:51 +02:00
validators.txt
views.txt