summaryrefslogtreecommitdiff
path: root/docs/ref/settings.txt
AgeCommit message (Expand)Author
2016-03-03[1.8.x] Fixed #26309 -- Documented that login URL settings no longer support ...Alasdair Nicol
2015-11-17[1.8.x] Fixed #25710 -- Clarified the docs about what INTERNAL_IPS does.Alex Morozov
2015-10-29[1.8.x] Fixed #25489 -- Documented that SESSION_SAVE_EVERY_REQUEST doesn't cr...Tim Graham
2015-09-12[1.8.x] Refs #25386 -- Added links to the OPTIONS of the built-in template ba...Tim Graham
2015-09-11[1.8.x] Fixed #25351 -- Added example for database test settings to docs.Jose Carlos Menezes
2015-08-25[1.8.x] Fixed #25309 -- Corrected that ATOMIC_REQUESTS applies per view not p...Tim Graham
2015-08-08[1.8.x] Updated Wikipedia links to use httpsClaude Paroz
2015-07-17[1.8.x] Fixed #25125 -- Updated docs on cookie naming conventions.Konrad Świat
2015-06-23[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.Tim Graham
2015-06-20[1.8.x] Fixed #25010 -- Documented APP_DIRS default in startproject's setting...Tim Graham
2015-05-21[1.8.x] Cosmetic edits and minor corrections to docs/ref/settings.txt.garwoodpr
2015-05-13[1.8.x] Fixed broken link in settings docsPiotr Jakimiak
2015-05-01[1.8.x] Updated capitalization in the word "JavaScript" for consistencyDave Hodder
2015-03-20[1.8.x] Fixed #24503 -- Added docs on LANGUAGE_CODE fallback change in 1.8.Tim Graham
2015-02-15[1.8.x] Deprecated TEMPLATE_DEBUG setting.Aymeric Augustin
2015-01-12Fixed #24124 -- Changed context_processors in the default settings.pyCollin Anderson
2015-01-10Moved doc on the DTL's syntax to the ref/ section.Aymeric Augustin
2015-01-05Fixed #24022 -- Deprecated the ssi tag.Preston Timmons
2014-12-28Deprecated TEMPLATE_CONTEXT_PROCESSORS.Aymeric Augustin
2014-12-28Deprecated TEMPLATE_DIRS.Aymeric Augustin
2014-12-28Deprecated TEMPLATE_LOADERS.Aymeric Augustin
2014-12-28Deprecated TEMPLATE_STRING_IF_INVALID.Aymeric Augustin
2014-12-28Deprecated ALLOWED_INCLUDE_ROOTS.Aymeric Augustin
2014-12-28Moved context_processors from django.core to django.template.Aymeric Augustin
2014-12-28Added initial support for loading template engines.Aymeric Augustin
2014-12-23Fixed #24035 -- Clarified docs on CACHE_MIDDLEWARE_KEY_PREFIX vs KEY_PREFIXFrankie Robertson
2014-12-19Used https for most *.python.org linksClaude Paroz
2014-12-09Fixed #23961 -- Clarified when makemigrations will create a directory.Tim Graham
2014-11-26Updated formtools docs to point at new package outside the Django repo.Jannis Leidel
2014-11-15Fixed #23665 -- Noted precedence of settings.USE_L10N in MONTH_DAY_FORMAT and...Berker Peksag
2014-11-03Moved CSRF docs out of contrib.Thomas Chaumeny
2014-10-30Removed extra period.Aymeric Augustin
2014-10-16Fixed #23667 -- Incorrect settings reference for language cookie.Tim Graham
2014-10-04Made minor typographic correction to SECRET_KEY docs.Erik Romijn
2014-10-04Fixed #22310 -- Documented exact usage of SECRET_KEYErik Romijn
2014-09-29Fixed #17638 -- Added crosslinks between topic and reference guides.Duane Hilton
2014-09-29Fixed spelling mistakes and added words to wordlist.Tim Graham
2014-09-24Fixed #23421 -- Corrected TEST SERIALIZE setting.Tim Graham
2014-09-17Fixed #21775 -- Allowed customization of datafile for Oracle tablespaceJosh Smeaton
2014-09-13Fixed #23461 -- Added EMAIL_TIMEOUT settingJosé Padilla
2014-09-12Fixed #17101 -- Integrated django-secure and added check --deploy optionTim Graham
2014-09-10Fixed #20743 -- Added support for keyfile/certfile in SMTP connections.Andi Albrecht
2014-09-09Fixed #11775 -- Made ABSOLUTE_URL_OVERRIDES work with models that don't defin...Tim Graham
2014-08-23Fixed #23344 -- Removed duplicate docs for file upload settings.Tim Graham
2014-08-02Updated MySQL links to version 5.6.Tim Graham
2014-07-30Fixed #23067 -- Updated docs to use django-adminChristoph Heer
2014-07-26Fixed #23097 -- Switched to new octal format in docsDavid Hoffman
2014-07-06Fixed a few PEP8 errors in settings doc.Collin Anderson
2014-07-03Fixed #22924 -- Added a note about MEDIA_URL in templates.Tim Graham
2014-06-19Fixed #22874: Document that AUTH_USER_MODEL must be in first migrationAndrew Godwin