1
0
mirror of https://github.com/django/django.git synced 2024-11-18 23:44:22 +00:00
django/docs/ref
Aymeric Augustin 94a36cfd8c Recommended against default_app_config.
Most likely this is a losing fight -- people seem to love this small
convention -- but at least the reasons for avoiding it will be
documented.

Refs #25356.
2015-09-22 08:31:50 +02:00
..
class-based-views Fixed #25382 -- Removed obsolete references to DateQuerySet. 2015-09-11 12:16:06 -04:00
contrib Fixed #15760 -- Added JavaScript events for admin inline forms. 2015-09-21 15:34:44 -04:00
files
forms Fixed #12856 -- Documented BoundField API. 2015-09-21 08:42:14 -04:00
models Fixed #24629 -- Unified Transform and Expression APIs 2015-09-21 19:56:24 +10:00
templates Fixed #25373 -- Added warning logging for exceptions during {% include %} tag rendering. 2015-09-21 19:57:12 -04:00
applications.txt Recommended against default_app_config. 2015-09-22 08:31:50 +02:00
checks.txt Fixed #23813 -- Added checks for common URL pattern errors 2015-09-21 23:46:21 +10: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 Added default value for default kwargs for QueryDict. 2015-09-05 08:20:41 -04:00
schema-editor.txt
settings.txt Fixed #24496 -- Added CSRF Referer checking against CSRF_COOKIE_DOMAIN. 2015-09-16 12:21:50 -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
urls.txt
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