django/docs/ref
Jon Dufresne 2875325889 Fixed #25500 -- Added --fail-level option to check command.
This option specifies the level that check command exits with a
non-zero status. Default is ``ERROR``.
2015-10-05 17:11:40 -04:00
..
class-based-views Removed versionadded/changed annotations for 1.8. 2015-09-23 19:31:11 -04:00
contrib Upgraded OpenLayers version from 2.13 to 2.13.1 2015-10-03 12:36:39 +02:00
files Removed versionadded/changed annotations for 1.8. 2015-09-23 19:31:11 -04:00
forms Removed versionadded/changed annotations for 1.8. 2015-09-23 19:31:11 -04:00
models Fixed #25462 -- Removed Model.__unicode__() in favor of @python_2_unicode_compatible. 2015-09-25 13:28:12 -04:00
templates Removed versionadded/changed annotations for 1.8. 2015-09-23 19:31:11 -04:00
applications.txt Recommended against default_app_config. 2015-09-22 08:31:50 +02:00
checks.txt Removed deprecated TEMPLATE_* settings per deprecation timeline. 2015-09-23 19:31:11 -04:00
clickjacking.txt Updated various links in docs 2015-08-08 13:57:15 +02:00
csrf.txt Fixed #24496 -- Added CSRF Referer checking against CSRF_COOKIE_DOMAIN. 2015-09-16 12:21:50 -04:00
databases.txt Fixed link to the MySQL Connector/Python Django Backend documentation. 2015-10-02 12:31:53 -04:00
django-admin.txt Fixed #25500 -- Added --fail-level option to check command. 2015-10-05 17:11:40 -04:00
exceptions.txt Removed versionadded/changed annotations for 1.8. 2015-09-23 19:31:11 -04:00
index.txt
middleware.txt Removed versionadded/changed annotations for 1.8. 2015-09-23 19:31:11 -04:00
migration-operations.txt Corrected use of 'affect' vs 'effect' in docs. 2015-09-25 18:34:29 -04:00
request-response.txt Removed versionadded/changed annotations for 1.8. 2015-09-23 19:31:11 -04:00
schema-editor.txt
settings.txt Removed versionadded/changed annotations for 1.8. 2015-09-23 19:31:11 -04:00
signals.txt Removed versionadded/changed annotations for 1.8. 2015-09-23 19:31:11 -04:00
template-response.txt Removed versionadded/changed annotations for 1.8. 2015-09-23 19:31:11 -04:00
unicode.txt Made assorted improvements to the Oracle documentation. 2015-09-18 09:47:32 -04:00
urlresolvers.txt Refs #22384 -- Removed the ability to reverse URLs by dotted path per deprecation timeline. 2015-09-23 19:31:09 -04:00
urls.txt Removed versionadded/changed annotations for 1.8. 2015-09-23 19:31:11 -04:00
utils.txt Removed versionadded/changed annotations for 1.8. 2015-09-23 19:31:11 -04:00
validators.txt Removed versionadded/changed annotations for 1.8. 2015-09-23 19:31:11 -04:00
views.txt