1
0
mirror of https://github.com/django/django.git synced 2024-12-28 12:06:22 +00:00
django/docs/ref
2017-08-14 14:28:05 -04:00
..
class-based-views Removed unneeded right quotes in docs to fix spelling errors. 2017-07-18 08:24:49 -04:00
contrib Fixed #27849 -- Added filtering support to aggregates. 2017-08-12 17:58:28 -04:00
files Refs #27777 -- Improved docs/added test for File context manager change. 2017-05-31 21:02:58 -04:00
forms Fixed #28102 -- Doc'd how to compute path to built-in widget template directories. 2017-06-05 17:26:49 -04:00
models Clarified Concat example in docs. 2017-08-14 14:28:05 -04:00
templates Fixed #28190 -- Clarifed how include/extends treat template names. 2017-06-03 08:11:04 -04:00
applications.txt
checks.txt Fixed #28313 -- Added model name max length check of 100 characters in contrib.contentttypes. 2017-06-26 18:12:35 -04:00
clickjacking.txt Updated various links in docs to avoid redirects 2017-05-22 19:28:44 +02:00
csrf.txt Refs #16870 -- Doc'd that CSRF protection requires the Referer header. 2017-06-22 11:50:00 -04:00
databases.txt Fixed #28010 -- Added FOR UPDATE OF support to QuerySet.select_for_update(). 2017-06-29 16:00:15 -04:00
django-admin.txt Fixed #28363 -- Allowed naming the migration generated by squashmigrations. 2017-07-26 13:47:35 -04:00
exceptions.txt
index.txt
middleware.txt Updated various links in docs to avoid redirects 2017-05-22 19:28:44 +02:00
migration-operations.txt
request-response.txt Fixed typo in docs/ref/request-response.txt. 2017-06-20 11:22:26 -04:00
schema-editor.txt
settings.txt Fixed #28435 -- Removed inaccurate warning about SECURE_HSTS_PRELOAD. 2017-07-25 15:12:50 -04:00
signals.txt
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt
utils.txt Made the @cached_property example more consistent. 2017-08-11 09:51:49 -04:00
validators.txt Fixed #28201 -- Added ProhibitNullCharactersValidator and used it on CharField form field. 2017-08-12 20:14:14 -04:00
views.txt