index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
settings.txt
Age
Commit message (
Expand
)
Author
2016-10-25
[1.9.x] Fixed CVE-2016-9014 -- Validated Host header when DEBUG=True.
Tim Graham
2016-10-25
[1.9.x] Fixed CVE-2016-9013 -- Generated a random database user password when...
Marti Raudsepp
2016-05-08
[1.9.x] Fixed #26483 -- Updated docs.python.org links to use Intersphinx.
Tim Graham
2016-04-07
[1.9.x] Fixed #26037 -- Documented precedence of USE_X_FORWARDED_HOST/PORT se...
Arnaud Limbourg
2016-04-04
[1.9.x] Fixed #26419 -- Added a link in ALLOWED_HOSTS docs.
Joshua Pereyda
2016-03-31
[1.9.x] Removed some docs that should have been removed along with PROFANITIE...
Tim Graham
2016-03-03
[1.9.x] Fixed #26309 -- Documented that login URL settings no longer support ...
Alasdair Nicol
2016-02-02
[1.9.x] Made identation of default setting docs more consistenct.
Tim Graham
2016-02-01
[1.9.x] Fixed #26124 -- Added missing code formatting to docs headers.
Tim Graham
2016-02-01
[1.9.x] Fixed #23868 -- Added support for non-unique django-admin-options in ...
Tim Graham
2016-01-29
[1.9.x] Made formatting of docs for settings defaults more consistent.
Tim Graham
2016-01-11
[1.9.x] Refs #25755 -- Unified a couple more spellings of 'website'.
pp
2016-01-07
[1.9.x] Fixed #25928 -- Clarified precendence of USE_THOUSAND_SEPARATOR and l...
wingston sharon
2016-01-06
[1.9.x] Refs #25878 -- Added the expected return type of CSRF_FAILURE_VIEW.
Tim Graham
2015-12-01
[1.9.x] Fixed #25778 -- Updated docs links to use https when available.
Jon Dufresne
2015-11-17
[1.9.x] Fixed #25710 -- Clarified the docs about what INTERNAL_IPS does.
Alex Morozov
2015-10-29
[1.9.x] Fixed #25489 -- Documented that SESSION_SAVE_EVERY_REQUEST doesn't cr...
Tim Graham
2015-09-16
Fixed #24496 -- Added CSRF Referer checking against CSRF_COOKIE_DOMAIN.
Matt Robenolt
2015-09-12
Refs #25386 -- Added links to the OPTIONS of the built-in template backends.
Tim Graham
2015-09-12
Cleaned up surrounding documentation
Markus Holtermann
2015-09-12
Fixed #24919 -- Allowed disabling of migrations on a per app basis
Markus Holtermann
2015-09-11
Fixed #25351 -- Added example for database test settings to docs.
Jose Carlos Menezes
2015-09-07
Fixed #25356 -- Removed default_app_config from startapp template.
Tim Graham
2015-09-05
Fixed #25334 -- Provided a way to allow cross-origin unsafe requests over HTTPS.
Joshua Kehn
2015-08-28
Fixed #25318 -- Made SILENCED_SYSTEM_CHECKS suppress all messages.
Tim Graham
2015-08-25
Fixed #25309 -- Corrected that ATOMIC_REQUESTS applies per view not per request.
Tim Graham
2015-08-08
Updated Wikipedia links to use https
Claude Paroz
2015-08-07
Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.
Caio Ariede
2015-08-04
Fixed #25211 -- Added HttpRequest.get_port() and USE_X_FORWARDED_PORT setting.
Matt Robenolt
2015-07-17
Fixed #25125 -- Updated docs on cookie naming conventions.
Konrad Świat
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-20
Fixed #25010 -- Documented APP_DIRS default in startproject's settings.py
Tim Graham
2015-06-10
Refs #16860 -- Minor edits and fixes to password validation.
Tim Graham
2015-06-07
Fixed #16860 -- Added password validation to django.contrib.auth.
Erik Romijn
2015-05-21
Cosmetic edits and minor corrections to docs/ref/settings.txt.
garwoodpr
2015-05-17
Fixed #23820 -- Supported per-database time zone.
Aymeric Augustin
2015-05-13
Fixed broken link in settings docs
Piotr Jakimiak
2015-05-01
Updated capitalization in the word "JavaScript" for consistency
Dave Hodder
2015-03-25
Fixed #23814 -- Documented apps refactored out of Django.
Fabio Natali
2015-03-20
Fixed #24503 -- Added docs on LANGUAGE_CODE fallback change in 1.8.
Tim Graham
2015-03-05
Fixed #21495 -- Added settings.CSRF_HEADER_NAME
Grzegorz Slusarek
2015-02-15
Deprecated TEMPLATE_DEBUG setting.
Aymeric Augustin
2015-02-03
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
2015-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
2015-01-18
Removed support for syncing apps without migrations per deprecation timeline.
Tim Graham
2015-01-17
Removed support for old-style test database settings per deprecation timeline.
Tim Graham
2015-01-12
Fixed #24124 -- Changed context_processors in the default settings.py
Collin Anderson
2015-01-10
Moved doc on the DTL's syntax to the ref/ section.
Aymeric Augustin
2015-01-05
Fixed #24022 -- Deprecated the ssi tag.
Preston Timmons
2014-12-28
Deprecated TEMPLATE_CONTEXT_PROCESSORS.
Aymeric Augustin
[next]