index
:
chango.git
devmain
fix-31295
initial-branch
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
2020-08-04
[3.1.x] Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.
Mariusz Felisiak
2020-07-23
[3.1.x] Fixed #31821 -- Removed outdated note in FILE_UPLOAD_PERMISSIONS docs.
Harpreet Sharma
2020-07-22
[3.1.x] Fixed #31814 -- Fixed typo in docs/ref/settings.txt.
Buk Bukowski
2020-07-20
[3.1.x] Improved description of USE_THOUSAND_SEPARATOR setting.
Adam Johnson
2020-06-15
[3.1.x] Fixed #31696 -- Updated OWASP links in docs.
Hasan Ramezani
2020-05-25
[3.1.x] Refs #23097 -- Used new octal format in FILE_UPLOAD_PERMISSIONS docs.
René Fleschenberg
2020-05-21
[3.1.x] Fixed #31608 -- Doc'd that form ISO 8601 datetime parsing always reta...
Hasan Ramezani
2020-05-05
Refs #28622 -- Corrected PASSWORD_RESET_TIMEOUT/PASSWORD_RESET_TIMEOUT_DAYS d...
Chris Burchhardt
2020-04-28
Fixed broken links in docs.
Mariusz Felisiak
2020-03-27
Fixed #31400 -- Doc'd the expected type of CONN_MAX_AGE database option.
Hasan Ramezani
2020-02-05
Fixed #31232 -- Changed default SECURE_REFERRER_POLICY to 'same-origin'.
Adam Johnson
2020-01-29
Fixed #31126 -- Doc'd STATICFILES_DIRS namespacing in static files how-to.
Abhijeet
2020-01-16
Fixed #30752 -- Allowed using ExceptionReporter subclasses in error reports.
Pavel Lysak
2020-01-07
Fixed #15982 -- Added DATE_INPUT_FORMATS to forms.DateTimeField default input...
Claude Paroz
2019-12-12
Fixed #30862 -- Allowed setting SameSite cookies flags to 'none'.
Osaetin Daniel
2019-12-05
Fixed #31010 -- Allowed subdomains of localhost in the Host header by default...
Gordon Pendleton
2019-12-04
Fixed #23524 -- Allowed DATABASES['TIME_ZONE'] option on PostgreSQL.
Aymeric Augustin
2019-11-27
Fixed #31029 -- Used more specific links to RFCs.
Baptiste Mispelon
2019-11-25
Refs #25388 -- Corrected value of TEST MIGRATE setting in MIGRATION_MODULES d...
Jon Dufresne
2019-11-20
Fixed #25388 -- Added an option to allow disabling of migrations during test ...
Jon Dufresne
2019-11-06
Refs #29983 -- Added pathlib.Path support to the file email backend.
Jon Dufresne
2019-11-06
Added a link to the file email backend from EMAIL_FILE_PATH setting.
Jon Dufresne
2019-10-11
Clarified that SECURE_REDIRECT_EXEMPT patterns should not include leading sla...
René Fleschenberg
2019-09-25
Fixed #25598 -- Added SCRIPT_NAME prefix to STATIC_URL and MEDIA_URL set to r...
Oleg Kainov
2019-09-23
Fixed typo in docs/ref/settings.txt.
Mariusz Felisiak
2019-09-20
Refs #28622 -- Clarified security implications of PASSWORD_RESET_TIMEOUT.
Luke Plant
2019-09-20
Fixed #28622 -- Allowed specifying password reset link expiration in seconds ...
Hasan Ramezani
2019-09-13
Fixed typos in docs/ref/settings.txt.
Ben Falk
2019-09-10
Refs #29817 -- Removed settings.FILE_CHARSET per deprecation timeline.
Mariusz Felisiak
2019-09-10
Removed versionadded/changed annotations for 2.2.
Mariusz Felisiak
2019-09-09
Fixed #29406 -- Added support for Referrer-Policy header.
Nick Pope
2019-09-09
Fixed #30426 -- Changed X_FRAME_OPTIONS setting default to DENY.
Claude Paroz
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-08-18
Refs #30426 -- Changed default SECURE_CONTENT_TYPE_NOSNIFF to True.
Claude Paroz
2019-08-05
Fixed #30680 -- Removed obsolete system check for SECURE_BROWSER_XSS_FILTER s...
Adnan Umer
2019-07-01
Fixed CVE-2019-12781 -- Made HttpRequest always trust SECURE_PROXY_SSL_HEADER...
Carlton Gibson
2019-06-11
Changed charset and collation link to MySQL docs.
Mykola Nicholas
2019-05-27
Refs #29548 -- Updated docs for MariaDB support.
Mariusz Felisiak
2019-04-24
Fixes #30342 -- Removed a system check for LANGUAGES_BIDI setting.
Matthias Kestenholz
2019-04-08
Fixed #30304 -- Added support for the HttpOnly, SameSite, and Secure flags on...
Ran Benita
2019-04-02
Fixed typo in docs/ref/settings.txt.
Mariusz Felisiak
2019-03-29
Removed unnecessary /static from links to PostgreSQL docs.
Nick Pope
2019-03-28
Moved extlinks in docs config to allow using 'version' variable.
Tim Graham
2019-03-28
Used extlinks for Django's source code.
Tim Graham
2019-03-28
Refs #1660 -- Doc'd the LANGUAGES_BIDI setting.
Nick Pope
2019-03-27
Updated spelling and RFCs in HttpOnly cookie flag docs.
Nick Pope
2019-02-08
Fixed #30004 -- Changed default FILE_UPLOAD_PERMISSION to 0o644.
Himanshu Lakhara
2019-02-06
Refs #27753 -- Favored force/smart_str() over force/smart_text().
Aymeric Augustin
2019-02-05
Simplified and corrected LOGIN_URL, LOGIN_REDIRECT_URL, and LOGOUT_REDIRECT_U...
Tim Graham
2019-01-30
Fixed #30091 -- Doc'd middleware ordering requirements with CSRF_USE_SESSIONS.
Carlton Gibson
[next]