1
0
mirror of https://github.com/django/django.git synced 2024-12-23 09:36:06 +00:00
django/docs/ref
2018-05-07 07:46:29 -04:00
..
class-based-views Fixed #29375 -- Removed empty action attribute on HTML forms. 2018-05-02 09:20:04 -04:00
contrib Alphabetized imports in docs/ref/contrib/postgres/fields.txt. 2018-05-07 07:46:29 -04:00
files
forms Fixed a couple mistakes in docs/ref/forms/widgets.txt. 2018-03-12 09:39:09 -04:00
models Fixed #29313 -- Doc'd how to use F() to sort null values. 2018-04-19 20:07:40 -04:00
templates Fixed #17419 -- Added json_tag template filter. 2018-02-07 18:38:12 -05:00
applications.txt
checks.txt Refs #29358 -- Corrected wording in primary key check message. 2018-05-03 15:28:37 +02:00
clickjacking.txt
csrf.txt Fixed #29375 -- Removed empty action attribute on HTML forms. 2018-05-02 09:20:04 -04:00
databases.txt Fixed #29334 -- Updated pypi.python.org URLs to pypi.org. 2018-04-17 20:24:27 -04:00
django-admin.txt Fixed #29334 -- Updated pypi.python.org URLs to pypi.org. 2018-04-17 20:24:27 -04:00
exceptions.txt
index.txt
middleware.txt
migration-operations.txt Fixed #29334 -- Updated pypi.python.org URLs to pypi.org. 2018-04-17 20:24:27 -04:00
request-response.txt Fixed #27863 -- Added support for the SameSite cookie flag. 2018-04-13 20:58:31 -04:00
schema-editor.txt
settings.txt Fixed #29324 -- Made Settings raise ImproperlyConfigured if SECRET_KEY is accessed and not set. 2018-04-17 13:02:05 -04:00
signals.txt
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt Corrected doc'd type of some parameters from string to str. 2018-02-12 09:16:57 -05:00
utils.txt Fixed #29334 -- Updated pypi.python.org URLs to pypi.org. 2018-04-17 20:24:27 -04:00
validators.txt
views.txt