django/docs/ref
Tim Graham d79122f40b Refs #23276 -- Removed passing views as strings to url() per deprecation timeline. 2015-09-23 19:31:09 -04:00
..
class-based-views
contrib Refs #22789 -- Removed contrib.webdesign per deprecation timeline. 2015-09-23 19:31:09 -04:00
files
forms Added some more links in form field docs 2015-09-23 22:01:31 +02:00
models Refs #12663 -- Removed deprecated Model._meta methods. 2015-09-23 19:31:09 -04:00
templates Refs #23261 -- Removed old style list syntax for unordered_list filter 2015-09-23 19:31:09 -04:00
applications.txt Recommended against default_app_config. 2015-09-22 08:31:50 +02:00
checks.txt Refs #24022 -- Removed the ssi tag per deprecation timeline. 2015-09-23 19:31:09 -04:00
clickjacking.txt
csrf.txt Fixed #24496 -- Added CSRF Referer checking against CSRF_COOKIE_DOMAIN. 2015-09-16 12:21:50 -04:00
databases.txt Made assorted improvements to the Oracle documentation. 2015-09-18 09:47:32 -04:00
django-admin.txt Fixed #25390 -- Allowed specifying a start migration in squashmigrations 2015-09-19 14:55:34 +10:00
exceptions.txt
index.txt
middleware.txt
migration-operations.txt Fixed #25430 -- Fixed incorrect RunSQL examples. 2015-09-19 18:11:43 -04:00
request-response.txt
schema-editor.txt
settings.txt Refs #24022 -- Removed the ssi tag per deprecation timeline. 2015-09-23 19:31:09 -04:00
signals.txt
template-response.txt
unicode.txt Made assorted improvements to the Oracle documentation. 2015-09-18 09:47:32 -04:00
urlresolvers.txt Refs #17914 -- Discouraged using reverese() with callables. 2015-08-03 08:34:19 -04:00
urls.txt Refs #23276 -- Removed passing views as strings to url() per deprecation timeline. 2015-09-23 19:31:09 -04:00
utils.txt Fixed #25269 -- Allowed method_decorator() to accept a list/tuple of decorators. 2015-09-18 19:04:29 -04:00
validators.txt Fixed #24636 -- Added model field validation for decimal places and max digits. 2015-09-18 14:30:20 -04:00
views.txt