Commit History

Author SHA1 Message Date
  Tim Graham 9c5a6adf33 Fixed more broken links. refs #19516 11 years ago
  Ramiro Morales d19109fd37 Fixed #19497 -- Refactored testing docs. 11 years ago
  Ramiro Morales abd0f304b1 Added PASSWORD_HASHERS to settings reference document. 12 years ago
  Aymeric Augustin a001f3c31e Fixed #2304 -- Documented TRANSACTIONS_MANAGED. 12 years ago
  Tim Graham 0eed8ece32 Fixed #19377 - Emphasized database host link in tutorial 12 years ago
  Claude Paroz 53b879f045 Fixed #19444 -- Clarified IGNORABLE_404_URLS documentation 12 years ago
  Daniele Procida 37abad73d6 Amended explanation of LOCALE_PATHS setting. 12 years ago
  Luke Plant a32f30c79c Corrected docs about default value of MESSAGE_STORAGE 12 years ago
  Aymeric Augustin 9b755a298a Fixed #19291 -- Completed deprecation of ADMIN_MEDIA_PREFIX. 12 years ago
  Tim Graham 2cc1884383 Fixed #19246 - Updated SECURE_PROXY_SSL_HEADER example to use 'X-Forwarded-Proto' 12 years ago
  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. 12 years ago
  Ramiro Morales 1adc87cd32 Updated some URLs in the documentation to point to the new repository. 12 years ago
  Claude Paroz eefb00f301 Fixed #18220 -- Removed the CACHE_BACKEND setting, as per official deprecation timeline. 12 years ago
  Claude Paroz cb2fafe574 Fixed #18045 -- Corrected the documented default value of SESSION_COOKIE_HTTPONLY setting. Missing bit of r17135. 12 years ago
  Aymeric Augustin 9ed6e08ff9 Removed deprecated URLField.verify_exists. 12 years ago
  Aymeric Augustin 00ec03fd44 Fixed #17733 -- Discouraged setting TIME_ZONE to None when USE_TZ is True. Thanks berdario for the report. 12 years ago