Claude Paroz
|
188b003014
Fixed #15982 -- Added DATE_INPUT_FORMATS to forms.DateTimeField default input formats.
|
4 years ago |
Osaetin Daniel
|
b33bfc3839
Fixed #30862 -- Allowed setting SameSite cookies flags to 'none'.
|
5 years ago |
Gordon Pendleton
|
adb9661789
Fixed #31010 -- Allowed subdomains of localhost in the Host header by default when DEBUG=True.
|
5 years ago |
Aymeric Augustin
|
c06492dd87
Fixed #23524 -- Allowed DATABASES['TIME_ZONE'] option on PostgreSQL.
|
5 years ago |
Baptiste Mispelon
|
ff1b19da67
Fixed #31029 -- Used more specific links to RFCs.
|
5 years ago |
Jon Dufresne
|
a69c4d626a
Refs #25388 -- Corrected value of TEST MIGRATE setting in MIGRATION_MODULES docs.
|
5 years ago |
Jon Dufresne
|
f5ebdfce5c
Fixed #25388 -- Added an option to allow disabling of migrations during test database creation.
|
5 years ago |
Jon Dufresne
|
fbbff7f808
Refs #29983 -- Added pathlib.Path support to the file email backend.
|
5 years ago |
Jon Dufresne
|
c8debd5061
Added a link to the file email backend from EMAIL_FILE_PATH setting.
|
5 years ago |
René Fleschenberg
|
d232fd76a8
Clarified that SECURE_REDIRECT_EXEMPT patterns should not include leading slashes.
|
5 years ago |
Oleg Kainov
|
c574bec092
Fixed #25598 -- Added SCRIPT_NAME prefix to STATIC_URL and MEDIA_URL set to relative paths.
|
6 years ago |
Mariusz Felisiak
|
28e769dfe6
Fixed typo in docs/ref/settings.txt.
|
5 years ago |
Luke Plant
|
45304e444e
Refs #28622 -- Clarified security implications of PASSWORD_RESET_TIMEOUT.
|
5 years ago |
Hasan Ramezani
|
226ebb1729
Fixed #28622 -- Allowed specifying password reset link expiration in seconds and deprecated PASSWORD_RESET_TIMEOUT_DAYS.
|
5 years ago |
Ben Falk
|
4056558a1c
Fixed typos in docs/ref/settings.txt.
|
5 years ago |
Mariusz Felisiak
|
3d716467a9
Refs #29817 -- Removed settings.FILE_CHARSET per deprecation timeline.
|
5 years ago |
Mariusz Felisiak
|
416c584cab
Removed versionadded/changed annotations for 2.2.
|
5 years ago |
Nick Pope
|
406dba04e1
Fixed #29406 -- Added support for Referrer-Policy header.
|
5 years ago |
Claude Paroz
|
05d0eca635
Fixed #30426 -- Changed X_FRAME_OPTIONS setting default to DENY.
|
5 years ago |
Tobias Kunze
|
4a954cfd11
Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.
|
5 years ago |
Claude Paroz
|
0468159763
Refs #30426 -- Changed default SECURE_CONTENT_TYPE_NOSNIFF to True.
|
5 years ago |
Adnan Umer
|
c5075360c5
Fixed #30680 -- Removed obsolete system check for SECURE_BROWSER_XSS_FILTER setting.
|
5 years ago |
Carlton Gibson
|
54d0f5e62f
Fixed CVE-2019-12781 -- Made HttpRequest always trust SECURE_PROXY_SSL_HEADER if set.
|
5 years ago |
Mykola Nicholas
|
f3a03d5b61
Changed charset and collation link to MySQL docs.
|
5 years ago |
Mariusz Felisiak
|
b6c4766f53
Refs #29548 -- Updated docs for MariaDB support.
|
5 years ago |
Matthias Kestenholz
|
80482e9249
Fixes #30342 -- Removed a system check for LANGUAGES_BIDI setting.
|
5 years ago |
Ran Benita
|
19fc6376ce
Fixed #30304 -- Added support for the HttpOnly, SameSite, and Secure flags on language cookies.
|
5 years ago |
Mariusz Felisiak
|
4cbe2b06ce
Fixed typo in docs/ref/settings.txt.
|
5 years ago |
Nick Pope
|
198a2a9381
Removed unnecessary /static from links to PostgreSQL docs.
|
5 years ago |
Tim Graham
|
879cc3da62
Moved extlinks in docs config to allow using 'version' variable.
|
5 years ago |