Commit History

Author SHA1 Message Date
  Yohan Boniface 5a1bf7eccb Fix little typo in cache documentation 12 years ago
  Tim Graham e758ecc628 Merge pull request #386 from clelland/ticket_15269 12 years ago
  Tim Graham 837425b425 Fixed #18934 - Removed versionadded/changed annotations for Django 1.3 12 years ago
  Ian Clelland 2315f1a2ee Add documentation for get_caches function 12 years ago
  Claude Paroz ebc773ada3 Replaced many smart_bytes by force_bytes 12 years ago
  Aymeric Augustin c5ef65bcf3 [py3] Ported django.utils.encoding. 12 years ago
  Mike Grouchy a2e927b7ed BaseCache now has a no-op close method as per ticket #18582 12 years ago
  Julian Bez 3c0877938f Fixed #18110 -- Improve template cache tag documentation 12 years ago
  Aymeric Augustin c28e700c7e Removed references to changes made in 1.2. 12 years ago
  Aymeric Augustin 9b1cb755a2 Added support for time zones. Thanks Luke Plant for the review. Fixed #2626. 13 years ago
  Karen Tracey ba0734af9c Fix #17119: Update cache doc to match current implementation, which does (since r15705) cache pages with GET parameters. Thanks Vanni, poirier, and calvinspealman. 13 years ago
  Aymeric Augustin af1893c4ff Made the cache locale-dependant when USE_L10N is True, even if USE_I18N is False. Refs #5691. 13 years ago
  Aymeric Augustin 67e6e0fcf3 Fixed #17087 -- Re-organized the i18n docs to reduce confusion between USE_I18N/USE_L10N and the concepts of internationalization/localisation. Re 13 years ago
  Luke Plant d1e5c55258 Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 13 years ago
  Julien Phalip c2b9f6496e Added some sphinx cross-reference links to the built-in template tags and filters in multiple areas of the documentation. Also fixed a few minor inconsistencies and did a little PEP8 cleanup while I was at it. 13 years ago
  Simon Meers b22a4fdc71 Fixed #16886 -- Memcached socket file documentation. Thanks ddbeck for the report and patch. 13 years ago
  James Bennett 7f45651f8d Fixed #16334: Make it quite clear that cache_page's 'cache' argument refers to the name of a cache in the CACHES setting. 13 years ago
  Gabriel Hurley 6ce463aadb Fixed #16786 -- Minor cleanups in the memcached section of the caching topic guide. Thanks to jamesp for the report and patch. 13 years ago
  Russell Keith-Magee 6cd9023635 Fixed #15499 -- Ensure that cache control headers don't try to set public and private as a result of multiple calls to patch_cache_control with different arguments. Thanks to AndiDog for the report and patch. 13 years ago
  Luke Plant ce89ebe1f0 Removed a redundant line from the cache_page docs 13 years ago
  Luke Plant bb12a02bd8 Deprecated legacy ways of calling cache_page 13 years ago
  Jannis Leidel 49f57a5d28 Fixed #15992 -- Added more references to settings. Thanks, aaugustin. 13 years ago
  Timo Graham dab90dd429 Fixed #16056 - Memcached configuration mistake in docs; thanks antonio/d0ugal. 13 years ago
  Simon Meers 5ecb88c146 Fixed #16014 -- numerous documentation typos -- thanks psmith. 13 years ago
  Adrian Holovaty 94af19c43f Changed e-mail to email throughout documentation and codebase. The one exception is translation strings, which I didn't want to disrupt 13 years ago
  Jannis Leidel f6c991667f Fixed #4992 -- Respect the GET request query string when creating cache keys. Thanks PeterKz and guettli for the initial patch. 13 years ago
  Alex Gaynor f5bbeb147b Fixed #15509 -- corrected a typo in the cache docs. Thanks Paul. 13 years ago
  Timo Graham 0737307e8c Fixed #15222 - FileCache -> FileBasedCache typo; thanks Serp. 13 years ago
  Carl Meyer f399f8bd71 Corrected an outdated reference to cmemcache in contributing docs. 13 years ago
  Timo Graham 6c361ecb17 Fixed #15085 - Fix LOCATION for FileCache example. Thanks abdelazer for the report. 13 years ago