1
0
mirror of https://github.com/django/django.git synced 2025-01-12 03:15:47 +00:00
django/docs/ref
Daniel Roseman 24620d71f2 Fixed #25079 -- Added warning if both TEMPLATES and TEMPLATE_* settings are defined.
Django ignores the value of the TEMPLATE_* settings if TEMPLATES is also
set, which is confusing for users following older tutorials. This change
adds a system check that warns if any of the TEMPLATE_* settings have
changed from their defaults but the TEMPLATES dict is also non-empty.

Removed the TEMPLATE_DIRS from the test settings file; this was marked
for removal in 1.10 but no tests fail if it is removed now.
2015-07-13 17:50:22 -04:00
..
class-based-views Renamed RemovedInDjangoXYWarnings for new roadmap. 2015-06-24 16:08:20 -04:00
contrib Fixed #25116 -- Removed long-broken admindocs bookmarklets 2015-07-13 08:18:58 -04:00
files Fixed #24963 -- Added File.seekable() on Python 3. 2015-06-12 10:17:21 -04:00
forms Fixed #4960 -- Added "strip" option to CharField 2015-07-01 17:47:05 -04:00
models Fixed mistake in Model.from_db() example. 2015-07-03 09:08:22 -04:00
templates Fixed #25051 -- Clarified return type of {% now %} tag. 2015-07-04 08:46:49 -04:00
applications.txt
checks.txt Fixed #25079 -- Added warning if both TEMPLATES and TEMPLATE_* settings are defined. 2015-07-13 17:50:22 -04:00
clickjacking.txt
csrf.txt
databases.txt
django-admin.txt Fixed #25038 -- Reverted incorrect documentation about inspectdb introspecting views. 2015-06-30 14:23:29 -04:00
exceptions.txt
index.txt
middleware.txt Fixed #25029 -- Added PersistentRemoteUserMiddleware for login-page-only external authentication. 2015-07-02 17:38:10 -04:00
migration-operations.txt
request-response.txt Fixed #25103 -- Corrected versionadded for FileResponse 2015-07-10 13:47:58 -04:00
schema-editor.txt
settings.txt Renamed RemovedInDjangoXYWarnings for new roadmap. 2015-06-24 16:08:20 -04:00
signals.txt
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt Renamed RemovedInDjangoXYWarnings for new roadmap. 2015-06-24 16:08:20 -04:00
utils.txt
validators.txt
views.txt