1
0
mirror of https://github.com/django/django.git synced 2024-12-23 17:46:27 +00:00
django/docs/ref
2019-11-06 08:24:49 +01:00
..
class-based-views Refs #20456 -- Moved initialization of HEAD method based on GET to the View.setup() for generic views. 2019-10-30 14:43:52 +01:00
contrib Refs #30923 -- Fixed an example of rendering templates in contrib.sites docs. 2019-11-05 12:41:14 +01:00
files Refs #28428 -- Made FileSystemStorage.save() to support pathlib.Path. 2019-10-31 09:06:05 +01:00
forms Refs #30908 -- Fixed the empty value of forms.FilePathField in docs. 2019-10-25 11:22:03 +02:00
models Fixed #30928 -- Clarified MySQL/MariaDB support of QuerySet.select_for_update() options. 2019-11-05 14:34:40 +01:00
templates Fixed #30761 -- Prevented floatformat filter from returning a negative zero. 2019-10-31 10:48:35 +01:00
applications.txt
checks.txt Refs #12990 -- Moved CheckFieldDefaultMixin to the django.db.models.fields.mixins. 2019-10-17 12:30:29 +02:00
clickjacking.txt
csrf.txt
databases.txt Fixed #30928 -- Clarified MySQL/MariaDB support of QuerySet.select_for_update() options. 2019-11-05 14:34:40 +01:00
django-admin.txt Fixed #28790 -- Doc'd how to avoid running certain test classes in parallel. 2019-10-08 12:11:06 +02:00
exceptions.txt
index.txt
middleware.txt
migration-operations.txt Fixed #28273 -- Doc'd fast nullable column creation with defaults. 2019-10-07 13:15:27 +02:00
paginator.txt
request-response.txt
schema-editor.txt
settings.txt Added a link to the file email backend from EMAIL_FILE_PATH setting. 2019-11-06 08:24:49 +01:00
signals.txt Fixed typo in docs/ref/signals.txt. 2019-10-30 16:52:40 +01:00
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt
utils.txt Refs #28428 -- Made filepath_to_uri() support pathlib.Path. 2019-10-30 13:13:15 +01:00
validators.txt
views.txt