summaryrefslogtreecommitdiff
path: root/docs/ref/settings.txt
AgeCommit message (Expand)Author
2021-10-19[4.0.x] Refs #32956 -- Changed docs to treat the acronym HTTP phonetically.David Smith
2021-09-20Fixed #31026 -- Switched form rendering to template engine.David Smith
2021-09-16Fixed #32365 -- Made zoneinfo the default timezone implementation.Carlton Gibson
2021-09-16Doc'd Jinja2 form renderer.David Smith
2021-09-14Fixed #33012 -- Added Redis cache backend.Daniyal
2021-09-14Fixed #32873 -- Deprecated settings.USE_L10N.Claude Paroz
2021-07-30Refs #32956 -- Updated words ending in -wards.David Smith
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2021-07-14Added note about zero timeout in cache settings docs.Nick Pope
2021-05-18Fixed #32379 -- Started deprecation toward changing default USE_TZ to True.Claude Paroz
2021-04-30Fixed #32678 -- Removed SECURE_BROWSER_XSS_FILTER setting.Tim Graham
2021-04-29Refs #32674 -- Noted that auto-created through table PKs cannot be automatica...Carlton Gibson
2021-03-30Fixed #31840 -- Added support for Cross-Origin Opener Policy header.bankc
2021-03-18Fixed #16010 -- Added Origin header checking to CSRF middleware.Tim Graham
2021-03-18Refs #16010 -- Required CSRF_TRUSTED_ORIGINS setting to include the scheme.Tim Graham
2021-02-24Fixed #32446 -- Deprecated SERIALIZE test database setting.Simon Charette
2021-02-06Refs #32394 -- Changed STATIC_URL/MEDIA_URL to relative paths in tests and do...Markus Holtermann
2021-01-14Refs #31842 -- Removed DEFAULT_HASHING_ALGORITHM transitional setting.Mariusz Felisiak
2021-01-14Refs #28622 -- Removed settings.PASSWORD_RESET_TIMEOUT_DAYS per deprecation t...Mariusz Felisiak
2021-01-14Removed versionadded/changed annotations for 3.1.Mariusz Felisiak
2021-01-04Refs #28741 -- Doc'd SESSION_COOKIE_DOMAIN requirement with CSRF_USE_SESSIONS.Tim Graham
2020-12-15Corrected formatting in settings docs.Carlton Gibson
2020-12-15Fixed #31007 -- Allowed specifying type of auto-created primary keys.Tom Forbes
2020-12-09Fixed #32193 -- Deprecated MemcachedCache.Mariusz Felisiak
2020-11-02Updated {% static %} tag examples in docs to use single quotes where appropri...Nikita Sobolev
2020-10-07Fixed #32065 -- Restored leading dot to CSRF_COOKIE_DOMAIN examples.Carlton Gibson
2020-09-23Fixed #32012 -- Made test database creation sync apps models when migrations ...Mariusz Felisiak
2020-09-16Fixed #29887 -- Added a cache backend for pymemcache.Nick Pope
2020-08-31Fixed #31934 -- Added note about the default of SameSite cookie flag in moder...Hasan Ramezani
2020-08-04Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.Mariusz Felisiak
2020-07-23Fixed #31821 -- Removed outdated note in FILE_UPLOAD_PERMISSIONS docs.Harpreet Sharma
2020-07-22Fixed #31814 -- Fixed typo in docs/ref/settings.txt.Buk Bukowski
2020-07-20Improved description of USE_THOUSAND_SEPARATOR setting.Adam Johnson
2020-06-15Fixed #31696 -- Updated OWASP links in docs.Hasan Ramezani
2020-05-25Refs #23097 -- Used new octal format in FILE_UPLOAD_PERMISSIONS docs.René Fleschenberg
2020-05-21Fixed #31608 -- Doc'd that form ISO 8601 datetime parsing always retains tzinfo.Hasan Ramezani
2020-05-13Removed versionadded/changed annotations for 3.0.Mariusz Felisiak
2020-05-05Refs #28622 -- Corrected PASSWORD_RESET_TIMEOUT/PASSWORD_RESET_TIMEOUT_DAYS d...Chris Burchhardt
2020-04-28Fixed broken links in docs.Mariusz Felisiak
2020-03-27Fixed #31400 -- Doc'd the expected type of CONN_MAX_AGE database option.Hasan Ramezani
2020-02-05Fixed #31232 -- Changed default SECURE_REFERRER_POLICY to 'same-origin'.Adam Johnson
2020-01-29Fixed #31126 -- Doc'd STATICFILES_DIRS namespacing in static files how-to.Abhijeet
2020-01-16Fixed #30752 -- Allowed using ExceptionReporter subclasses in error reports.Pavel Lysak
2020-01-07Fixed #15982 -- Added DATE_INPUT_FORMATS to forms.DateTimeField default input...Claude Paroz
2019-12-12Fixed #30862 -- Allowed setting SameSite cookies flags to 'none'.Osaetin Daniel
2019-12-05Fixed #31010 -- Allowed subdomains of localhost in the Host header by default...Gordon Pendleton
2019-12-04Fixed #23524 -- Allowed DATABASES['TIME_ZONE'] option on PostgreSQL.Aymeric Augustin
2019-11-27Fixed #31029 -- Used more specific links to RFCs.Baptiste Mispelon
2019-11-25Refs #25388 -- Corrected value of TEST MIGRATE setting in MIGRATION_MODULES d...Jon Dufresne
2019-11-20Fixed #25388 -- Added an option to allow disabling of migrations during test ...Jon Dufresne