1
0
mirror of https://github.com/django/django.git synced 2025-01-12 03:15:47 +00:00
django/docs/ref
Sergei Maertens eaf4d8c0d8 Fixed #24922 -- Added system check for templates setting
If `'loaders'` is present in the `TEMPLATES` options together with
`APP_DIRS` set to `True`, the template engine raises an exception. This
conflict is now detected by the system check templates.E001.
2015-06-06 19:40:26 -04:00
..
class-based-views
contrib Fixed #24474 -- Allowed configuring the admin's empty change list value. 2015-06-04 21:06:26 -04:00
files
forms Fixed #24191 -- Documented Form.changed_data 2015-06-04 13:51:26 -04:00
models Minor edits to Greatest/Least docs; refs #24767. 2015-06-05 11:40:10 -04:00
templates Fixed #24839 -- Removed references to deprecated contrib.webdesign. 2015-05-22 09:39:14 -04:00
applications.txt
checks.txt Fixed #24922 -- Added system check for templates setting 2015-06-06 19:40:26 -04:00
clickjacking.txt Fixed #24896 -- Doc'd clickjacking protection doesn't overwrite X-Frame-Options header. 2015-06-02 09:01:38 -04:00
csrf.txt
databases.txt
django-admin.txt Fixed #24159 -- Made compilemessages run across all apps. 2015-06-04 21:02:02 -04:00
exceptions.txt
index.txt
middleware.txt
migration-operations.txt Capitalized "Python" in docs. 2015-06-05 08:24:53 -04:00
request-response.txt Fixed typos in docs/ref/request-response.txt 2015-05-18 09:45:33 -04:00
schema-editor.txt
settings.txt Cosmetic edits and minor corrections to docs/ref/settings.txt. 2015-05-21 18:58:41 -04:00
signals.txt
template-response.txt
unicode.txt
urlresolvers.txt Fixed #24906 -- Fixed ResolverMatch.app_name for nested namespaces. 2015-06-06 10:44:43 -04:00
urls.txt
utils.txt
validators.txt
views.txt Fixed #24733 -- Passed the triggering exception to 40x error handlers 2015-05-11 22:02:14 +02:00