summaryrefslogtreecommitdiff
path: root/docs/ref/settings.txt
AgeCommit message (Expand)Author
2017-03-20[1.11.x] Removed extra characters in docs header underlines.Mariusz Felisiak
2017-03-09[1.11.x] Described DEBUG_PROPAGATE_EXCEPTIONS behavior in more detail.Tim Graham
2016-12-28Fixed #24994 -- Documented the expected type of settings.SECRET_KEY.Tim Graham
2016-12-27Fixed #15667 -- Added template-based widget rendering.Preston Timmons
2016-12-19Fixed #27611 -- Doc'd that CSRF_COOKIE_HTTPONLY setting offers no security.Tim Graham
2016-11-30Refs #16859 -- Allowed storing CSRF tokens in sessions.Raphael Michel
2016-11-11Fixed typo in docs/ref/settings.txt.Ian Lee
2016-11-01Fixed CVE-2016-9014 -- Validated Host header when DEBUG=True.Tim Graham
2016-11-01Fixed CVE-2016-9013 -- Generated a random database user password when running...Marti Raudsepp
2016-10-31Fixed #27410 -- Clarified when static files is enabled in STATIC_ROOT docs.Tim Graham
2016-10-27Fixed #27327 -- Simplified time zone handling by requiring pytz.Tim Graham
2016-10-25Updated postgresql.org links to https and made them canonical.Marti Raudsepp
2016-10-10Fixed #26447 -- Deprecated settings.USE_ETAGS in favor of ConditionalGetMiddl...Denis Cornehl
2016-09-30Updated links to the current version of MySQL docs.Tim Graham
2016-09-15Fixed typo in docs/ref/settings.txt.Tim Graham
2016-09-09Normalized spelling of ETag.Tim Graham
2016-08-31Made settings docs link to cache parameters more specific.Ed Morley
2016-08-23Fixed #27061 -- Added a TEST['TEMPLATE'] setting for PostgreSQL.Chris Jerdonek
2016-08-10Fixed #26947 -- Added an option to enable the HSTS header preload directive.Ed Morley
2016-08-08Fixed docs to refer to HSTS includeSubdomains as a directive.Ed Morley
2016-07-16Fixed #17209 -- Added password reset/change class-based viewsClaude Paroz
2016-07-14Reverted "Fixed #25388 -- Added an option to allow disabling of migrations du...Tim Graham
2016-06-24Refs #17209 -- Added LoginView and LogoutView class-based viewsClaude Paroz
2016-06-22Fixed #25920 -- Added support for non-uniform NUMBER_GROUPING.jasisz
2016-06-20Refs #26666 -- Added ALLOWED_HOSTS validation when running tests.Tobias McNulty
2016-06-04Fixed #12666 -- Added EMAIL_USE_LOCALTIME setting.Anton I. Sipos
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2016-05-17Refs #26601 -- Deprecated old-style middleware.Tim Graham
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2016-05-12Fixed #21231 -- Enforced a max size for GET/POST values read into memory.Andre Cruz
2016-05-08Fixed #26483 -- Updated docs.python.org links to use Intersphinx.Tim Graham
2016-04-07Fixed #26037 -- Documented precedence of USE_X_FORWARDED_HOST/PORT settings.Arnaud Limbourg
2016-04-04Fixed #26419 -- Added a link in ALLOWED_HOSTS docs.Joshua Pereyda
2016-03-31Removed some docs that should have been removed along with PROFANITIES_LIST.Tim Graham
2016-03-23Fixed #25388 -- Added an option to allow disabling of migrations during test ...Berker Peksag
2016-03-08Fixed #26033 -- Added Argon2 password hasher.Bas Westerbaan
2016-03-03Fixed #26309 -- Documented that login URL settings no longer support dotted p...Alasdair Nicol
2016-02-22Fixed #26187 -- Removed weak password hashers from PASSWORD_HASHERS.Tim Graham
2016-02-04Fixed #12405 -- Added LOGOUT_REDIRECT_URL setting.Hugo Osvaldo Barrera
2016-02-02Made identation of default setting docs more consistenct.Tim Graham
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-29Made formatting of docs for settings defaults more consistent.Tim Graham
2016-01-14Fixed #23868 -- Added support for non-unique django-admin-options in docs.Tim Graham
2016-01-11Refs #25755 -- Unified a couple more spellings of 'website'.pp
2016-01-07Fixed #25928 -- Clarified precendence of USE_THOUSAND_SEPARATOR and locale fo...wingston sharon
2016-01-06Refs #25878 -- Added the expected return type of CSRF_FAILURE_VIEW.Tim Graham
2015-12-11Fixed #25918 -- Removed unused LOGOUT_URL setting.Tim Graham
2015-12-01Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-11-17Fixed #25695 -- Added template_name parameter to csrf_failure() view.Raphael Michel
2015-11-17Fixed #25710 -- Clarified the docs about what INTERNAL_IPS does.Alex Morozov