Commit History

Author SHA1 Message Date
  Jon Ribbens 44f08422c8 Fixed #28625 -- Distinguished DATABASES['TIME_ZONE'] from settings.TIME_ZONE. 7 years ago
  Tim Graham 5446b72003 Removed versionadded/changed annotations for 1.11. 7 years ago
  Tim Graham 48d57788ee Refs #26447 -- Removed the USE_ETAGS setting per deprecation timeline. 7 years ago
  Tim Graham c7d58c6f43 Fixed #28435 -- Removed inaccurate warning about SECURE_HSTS_PRELOAD. 7 years ago
  Laura e58c87cb70 Fixed #28336 -- Fixed typo in docs/ref/settings.txt. 7 years ago
  Mariusz Felisiak 516b7664dc Fixed #28260 -- Allowed customizing the test tablespace initial and autoextend size on Oracle. 7 years ago
  François Freitag 88336fdbb5 Fixed #28062 -- Added a setting to disable server-side cursors on PostgreSQL. 7 years ago
  Mariusz Felisiak a3af8c99d9 Removed extra characters in docs header underlines. 8 years ago
  Tim Graham c577d8a498 Described DEBUG_PROPAGATE_EXCEPTIONS behavior in more detail. 8 years ago
  Tim Graham 80493b0871 Fixed #27829 -- Deprecated settings.DEFAULT_CONTENT_TYPE. 8 years ago
  Claude Paroz c651331b34 Converted usage of ugettext* functions to their gettext* aliases 8 years ago
  Tim Graham e27e4c0339 Removed versionadded/changed annotations for 1.10. 8 years ago
  Tim Graham d334f46b7a Refs #26601 -- Removed support for old-style middleware using settings.MIDDLEWARE_CLASSES. 8 years ago
  Tim Graham 9e734875fe Fixed #24994 -- Documented the expected type of settings.SECRET_KEY. 8 years ago
  Preston Timmons b52c73008a Fixed #15667 -- Added template-based widget rendering. 8 years ago
  Tim Graham c27104a9c7 Fixed #27611 -- Doc'd that CSRF_COOKIE_HTTPONLY setting offers no security. 8 years ago
  Raphael Michel ddf169cdac Refs #16859 -- Allowed storing CSRF tokens in sessions. 8 years ago
  Ian Lee 501c993010 Fixed typo in docs/ref/settings.txt. 8 years ago
  Tim Graham 7fe2d8d940 Fixed CVE-2016-9014 -- Validated Host header when DEBUG=True. 8 years ago
  Marti Raudsepp da7910d483 Fixed CVE-2016-9013 -- Generated a random database user password when running tests on Oracle. 8 years ago
  Tim Graham de91c172cf Fixed #27410 -- Clarified when static files is enabled in STATIC_ROOT docs. 8 years ago
  Tim Graham 414ad25b09 Fixed #27327 -- Simplified time zone handling by requiring pytz. 8 years ago
  Marti Raudsepp 51fbe2a60d Updated postgresql.org links to https and made them canonical. 8 years ago
  Denis Cornehl a840710e1e Fixed #26447 -- Deprecated settings.USE_ETAGS in favor of ConditionalGetMiddleware. 9 years ago
  Tim Graham 9819676676 Updated links to the current version of MySQL docs. 8 years ago
  Tim Graham 43c471e81c Fixed typo in docs/ref/settings.txt. 8 years ago
  Tim Graham ef021412d5 Normalized spelling of ETag. 8 years ago
  Ed Morley 1d54fb4483 Made settings docs link to cache parameters more specific. 8 years ago
  Chris Jerdonek a3db480393 Fixed #27061 -- Added a TEST['TEMPLATE'] setting for PostgreSQL. 8 years ago
  Ed Morley 3c2447dd13 Fixed #26947 -- Added an option to enable the HSTS header preload directive. 8 years ago