1
0
mirror of https://github.com/django/django.git synced 2024-12-23 17:46:27 +00:00
django/docs/ref
2015-03-07 07:42:39 -05:00
..
class-based-views Fixed #24439 -- Removed incorrect make_object_list attributes in CBV docs. 2015-03-02 13:33:11 -05:00
contrib Fixed #24358 -- Corrected code-block directives for console sessions. 2015-02-22 09:35:39 -05:00
files
forms Fixed #24295 -- Allowed ModelForm meta to specify form field classes. 2015-02-13 19:13:05 +07:00
models Update converters to take a consistent set of parameters. 2015-02-20 11:35:52 +00:00
templates Fixed #24451 -- Deprecated comma-separated {% cycle %} syntax. 2015-03-07 07:42:39 -05:00
applications.txt
checks.txt Removed Django 1.7 MIDDLEWARE_CLASSES upgrade check. 2015-02-09 19:16:07 -05:00
clickjacking.txt Fixed #24149 -- Normalized tuple settings to lists. 2015-02-03 14:59:45 -05:00
csrf.txt Fixed #21495 -- Added settings.CSRF_HEADER_NAME 2015-03-05 15:03:40 -05:00
databases.txt Fixed #24335 -- Bumped required psycopg2 version to 2.4.5 (2.5 for contrib.postgres). 2015-02-16 18:07:27 -05:00
django-admin.txt Fixed #24358 -- Corrected code-block directives for console sessions. 2015-02-22 09:35:39 -05:00
exceptions.txt Fixed #24359 -- Cleaned up docs/ref/exceptions.html 2015-02-27 13:51:02 -05:00
index.txt
middleware.txt
migration-operations.txt
request-response.txt
schema-editor.txt
settings.txt Fixed #21495 -- Added settings.CSRF_HEADER_NAME 2015-03-05 15:03:40 -05:00
signals.txt
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt
utils.txt
validators.txt
views.txt