Commit History

Author SHA1 Message Date
  Tim Graham 2411b8b5eb Fixed #16010 -- Added Origin header checking to CSRF middleware. 3 years ago
  Tim Graham dba44a7a7a Refs #16010 -- Required CSRF_TRUSTED_ORIGINS setting to include the scheme. 3 years ago
  Simon Charette 3089018e95 Fixed #32446 -- Deprecated SERIALIZE test database setting. 3 years ago
  Markus Holtermann 50a5f8840f Refs #32394 -- Changed STATIC_URL/MEDIA_URL to relative paths in tests and docs where appropriate. 3 years ago
  Mariusz Felisiak 0aa6a602b2 Refs #31842 -- Removed DEFAULT_HASHING_ALGORITHM transitional setting. 3 years ago
  Mariusz Felisiak 12ac4916af Refs #28622 -- Removed settings.PASSWORD_RESET_TIMEOUT_DAYS per deprecation timeline. 3 years ago
  Mariusz Felisiak b7dd89ed53 Removed versionadded/changed annotations for 3.1. 3 years ago
  Tim Graham 2e7ba6057c Refs #28741 -- Doc'd SESSION_COOKIE_DOMAIN requirement with CSRF_USE_SESSIONS. 3 years ago
  Carlton Gibson 0ed6f3ba4b Corrected formatting in settings docs. 4 years ago
  Tom Forbes b5e12d490a Fixed #31007 -- Allowed specifying type of auto-created primary keys. 4 years ago
  Mariusz Felisiak 5ce31d6a71 Fixed #32193 -- Deprecated MemcachedCache. 4 years ago
  Nikita Sobolev 42f3fafdfa Updated {% static %} tag examples in docs to use single quotes where appropriate. 4 years ago
  Carlton Gibson 3d4ffd1ff0 Fixed #32065 -- Restored leading dot to CSRF_COOKIE_DOMAIN examples. 4 years ago
  Mariusz Felisiak 77caeaea88 Fixed #32012 -- Made test database creation sync apps models when migrations are disabled. 4 years ago
  Nick Pope b4d46df5ca Fixed #29887 -- Added a cache backend for pymemcache. 5 years ago
  Hasan Ramezani 70731fc6fe Fixed #31934 -- Added note about the default of SameSite cookie flag in modern browsers. 4 years ago
  Mariusz Felisiak d907371ef9 Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting. 4 years ago
  Harpreet Sharma 248d03fbe9 Fixed #31821 -- Removed outdated note in FILE_UPLOAD_PERMISSIONS docs. 4 years ago
  Buk Bukowski f65454801b Fixed #31814 -- Fixed typo in docs/ref/settings.txt. 4 years ago
  Adam Johnson 80f92177eb Improved description of USE_THOUSAND_SEPARATOR setting. 4 years ago
  Hasan Ramezani a16080810b Fixed #31696 -- Updated OWASP links in docs. 4 years ago
  René Fleschenberg f24b59267b Refs #23097 -- Used new octal format in FILE_UPLOAD_PERMISSIONS docs. 4 years ago
  Hasan Ramezani 643207efae Fixed #31608 -- Doc'd that form ISO 8601 datetime parsing always retains tzinfo. 4 years ago
  Mariusz Felisiak 4c5236ef93 Removed versionadded/changed annotations for 3.0. 4 years ago
  Chris Burchhardt d2b9a9fdbb Refs #28622 -- Corrected PASSWORD_RESET_TIMEOUT/PASSWORD_RESET_TIMEOUT_DAYS docs. 4 years ago
  Mariusz Felisiak b28be08cac Fixed broken links in docs. 4 years ago
  Hasan Ramezani bec4dea844 Fixed #31400 -- Doc'd the expected type of CONN_MAX_AGE database option. 4 years ago
  Adam Johnson 72b97a5b1e Fixed #31232 -- Changed default SECURE_REFERRER_POLICY to 'same-origin'. 4 years ago
  Abhijeet a45c8d7ad0 Fixed #31126 -- Doc'd STATICFILES_DIRS namespacing in static files how-to. 4 years ago
  Pavel Lysak 13e4abf83e Fixed #30752 -- Allowed using ExceptionReporter subclasses in error reports. 5 years ago