Commit History

Author SHA1 Message Date
  Aymeric Augustin 146ed13a11 Fixed #17083 -- Allowed sessions to use non-default cache. 12 years ago
  Russell Keith-Magee 70a0de37d1 Fixed #3011 -- Added swappable auth.User models. 12 years ago
  Tim Graham 837425b425 Fixed #18934 - Removed versionadded/changed annotations for Django 1.3 12 years ago
  Tim Graham e5f8fe27ac Removed reference to note removed in a78dd109e6c81c49e90e36e9b793bad67c46c23c; refs #15552 12 years ago
  Carl Meyer a78dd109e6 Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take URLpattern names. 12 years ago
  Claude Paroz ebc773ada3 Replaced many smart_bytes by force_bytes 12 years ago
  Tim Graham e6e01f619d Updated doc for settings.MEDIA_ROOT based on what's generated by settings.py; thanks ryan-blunden. 12 years ago
  Simon Meers d1d514af04 Marked up a few raw values in the settings documentation. 12 years ago
  Piet Delport e38112d882 Fixed #18759 -- updated SECRET_KEY documentation 12 years ago
  Aymeric Augustin c5ef65bcf3 [py3] Ported django.utils.encoding. 12 years ago
  Claude Paroz 8a5d1a6b93 Updated obsolete links in the documentation 12 years ago
  Aymeric Augustin c28e700c7e Removed references to changes made in 1.2. 12 years ago
  Aymeric Augustin 17f3e9258e Fixed #18397 -- Avoided referencing lawrence.com. 12 years ago
  Luke Plant 840ffd80ba Noted that SECURE_PROXY_SSL_HEADER is needed by CSRF protection. 12 years ago
  Ramiro Morales e9a56606e7 Fixed broken URLs introduced in 1adc87cd32. 13 years ago
  Ramiro Morales 1adc87cd32 Updated some URLs in the documentation to point to the new repository. 13 years ago
  Claude Paroz eefb00f301 Fixed #18220 -- Removed the CACHE_BACKEND setting, as per official deprecation timeline. 13 years ago
  Claude Paroz cb2fafe574 Fixed #18045 -- Corrected the documented default value of SESSION_COOKIE_HTTPONLY setting. Missing bit of r17135. 13 years ago
  Aymeric Augustin 9ed6e08ff9 Removed deprecated URLField.verify_exists. 13 years ago
  Aymeric Augustin 00ec03fd44 Fixed #17733 -- Discouraged setting TIME_ZONE to None when USE_TZ is True. Thanks berdario for the report. 13 years ago
  Claude Paroz 78638a9a51 Replaced http by https in djangoproject.com links 13 years ago
  Adrian Holovaty 2ade1e916f Edited stuff from [17543] to [17629] 13 years ago
  Jannis Leidel d93a2ef887 Fixed #17568 -- Mentioned ``reverse_lazy`` in the ``LOGIN_REDIRECT_URL`` settings docs. Thanks, zsiciarz. 13 years ago
  Timo Graham d2988ce0f4 Fixed #17767 - Added signed cookie session backed to session engine settings docs; thanks Preston Holmes. 13 years ago
  Aymeric Augustin 6daad896fb Reverted r17577 because it's actually possible to use a time zone that isn't the system time zone without pytz, thanks to the TZ environment variable. 13 years ago
  Aymeric Augustin 8842183448 Noted that TIME_ZONE must be the server time zone when time zone support is enabled and pytz isn't installed. 13 years ago
  Timo Graham 7d7d2d354c Fixed #16758 - Added a warning regarding overriding default settings; thanks cyclops for the suggestion & Aymeric Augustin for the patch. 13 years ago
  Aymeric Augustin 1d78897c5d Fixed #17166 -- Documented how FIXTURE_DIRS works in the inital data how-to, and edited related bits in the settings reference. 13 years ago
  Aymeric Augustin 7a7ec73efe Fixed #16452 -- Clarified that the DATE/DATETIME/TIME_INPUT_FORMATS settings have no effect when USE_L10N is True. Thanks Travis Brooks. 13 years ago
  Adrian Holovaty 7981efe04f Documentation (and some small source code) edits from [17432] - [17537] 13 years ago