Commit History

Author SHA1 Message Date
  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. 6 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. 6 years ago
  Ran Benita 19fc6376ce Fixed #30304 -- Added support for the HttpOnly, SameSite, and Secure flags on language cookies. 6 years ago
  Mariusz Felisiak 4cbe2b06ce Fixed typo in docs/ref/settings.txt. 6 years ago
  Nick Pope 198a2a9381 Removed unnecessary /static from links to PostgreSQL docs. 6 years ago
  Tim Graham 879cc3da62 Moved extlinks in docs config to allow using 'version' variable. 6 years ago
  Tim Graham a68c029e22 Used extlinks for Django's source code. 6 years ago
  Nick Pope 07daa487ae Refs #1660 -- Doc'd the LANGUAGES_BIDI setting. 6 years ago
  Nick Pope 398afba084 Updated spelling and RFCs in HttpOnly cookie flag docs. 6 years ago
  Himanshu Lakhara 22aab8662f Fixed #30004 -- Changed default FILE_UPLOAD_PERMISSION to 0o644. 6 years ago
  Aymeric Augustin 3bb6a4390c Refs #27753 -- Favored force/smart_str() over force/smart_text(). 8 years ago
  Tim Graham b709d70130 Simplified and corrected LOGIN_URL, LOGIN_REDIRECT_URL, and LOGOUT_REDIRECT_URL docs. 6 years ago
  Carlton Gibson bae66e759f Fixed #30091 -- Doc'd middleware ordering requirements with CSRF_USE_SESSIONS. 6 years ago