django/docs/ref
Farhaan Bukhsh 4cb15450ad Fixed #30958 -- Used a clearer example in the Cast() docs. 2019-11-11 09:42:53 +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 Fixed #30943 -- Added BloomIndex to django.contrib.postgres. 2019-11-07 11:23:53 +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 #30958 -- Used a clearer example in the Cast() docs. 2019-11-11 09:42:53 +01:00
templates Fixed #29983 -- Replaced os.path() with pathlib.Path in project template and docs. 2019-11-07 11:11:27 +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 Refs #30948 -- Updated install instructions to use pip instead of setup.py. 2019-11-08 13:26:35 +01:00
exceptions.txt
index.txt
middleware.txt
migration-operations.txt
paginator.txt
request-response.txt
schema-editor.txt
settings.txt Refs #29983 -- Added pathlib.Path support to the file email backend. 2019-11-06 09:33:07 +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 Documented arguments for custom 500 error view. 2019-11-06 09:08:15 +01:00
utils.txt Refs #28428 -- Made filepath_to_uri() support pathlib.Path. 2019-10-30 13:13:15 +01:00
validators.txt
views.txt