Commit History

Author SHA1 Message Date
  Tim Graham aaacaeb096 Renamed RemovedInDjangoXYWarnings for new roadmap. 9 years ago
  Tim Graham 4a66564888 Fixed #25010 -- Documented APP_DIRS default in startproject's settings.py 9 years ago
  Tim Graham 55b3bd8468 Refs #16860 -- Minor edits and fixes to password validation. 9 years ago
  Erik Romijn 1daae25bdc Fixed #16860 -- Added password validation to django.contrib.auth. 9 years ago
  garwoodpr 5edf25bddd Cosmetic edits and minor corrections to docs/ref/settings.txt. 9 years ago
  Aymeric Augustin ed83881e64 Fixed #23820 -- Supported per-database time zone. 9 years ago
  Piotr Jakimiak ca51c55915 Fixed broken link in settings docs 9 years ago
  Dave Hodder 08c980d752 Updated capitalization in the word "JavaScript" for consistency 9 years ago
  Fabio Natali cb506aed2a Fixed #23814 -- Documented apps refactored out of Django. 9 years ago
  Tim Graham 8219eabbba Fixed #24503 -- Added docs on LANGUAGE_CODE fallback change in 1.8. 9 years ago
  Grzegorz Slusarek 668d53cd12 Fixed #21495 -- Added settings.CSRF_HEADER_NAME 9 years ago
  Aymeric Augustin 15b711b5ee Deprecated TEMPLATE_DEBUG setting. 9 years ago
  darkryder 9ec8aa5e5d Fixed #24149 -- Normalized tuple settings to lists. 9 years ago
  Tim Graham c79faae761 Removed versionadded/changed notes for 1.7. 9 years ago
  Tim Graham 7e8cf74dc7 Removed support for syncing apps without migrations per deprecation timeline. 9 years ago
  Tim Graham f635d75935 Removed support for old-style test database settings per deprecation timeline. 9 years ago
  Collin Anderson 26a92619f6 Fixed #24124 -- Changed context_processors in the default settings.py 9 years ago
  Aymeric Augustin 6c392bb2c0 Moved doc on the DTL's syntax to the ref/ section. 9 years ago
  Preston Timmons de9ebdd39c Fixed #24022 -- Deprecated the ssi tag. 9 years ago
  Aymeric Augustin 9eb4f28e89 Deprecated TEMPLATE_CONTEXT_PROCESSORS. 9 years ago
  Aymeric Augustin d3205e3e2e Deprecated TEMPLATE_DIRS. 9 years ago
  Aymeric Augustin cf0fd65ed4 Deprecated TEMPLATE_LOADERS. 9 years ago
  Aymeric Augustin d3a982556d Deprecated TEMPLATE_STRING_IF_INVALID. 9 years ago
  Aymeric Augustin 3dc01aaaaf Deprecated ALLOWED_INCLUDE_ROOTS. 9 years ago
  Aymeric Augustin 92e8f1f302 Moved context_processors from django.core to django.template. 10 years ago
  Aymeric Augustin 1acfd624d6 Added initial support for loading template engines. 10 years ago
  Frankie Robertson 446b50b90e Fixed #24035 -- Clarified docs on CACHE_MIDDLEWARE_KEY_PREFIX vs KEY_PREFIX 9 years ago
  Claude Paroz 0a4b04fc23 Used https for most *.python.org links 9 years ago
  Tim Graham fa6e3a40e1 Fixed #23961 -- Clarified when makemigrations will create a directory. 9 years ago
  Jannis Leidel 6302893112 Updated formtools docs to point at new package outside the Django repo. 10 years ago