Commit History

Author SHA1 Message Date
  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. 6 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. 5 years ago
  Adam Johnson 72b97a5b1e Fixed #31232 -- Changed default SECURE_REFERRER_POLICY to 'same-origin'. 5 years ago
  Abhijeet a45c8d7ad0 Fixed #31126 -- Doc'd STATICFILES_DIRS namespacing in static files how-to. 5 years ago
  Pavel Lysak 13e4abf83e Fixed #30752 -- Allowed using ExceptionReporter subclasses in error reports. 5 years ago
  Claude Paroz 188b003014 Fixed #15982 -- Added DATE_INPUT_FORMATS to forms.DateTimeField default input formats. 5 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