summaryrefslogtreecommitdiff
path: root/docs/topics/cache.txt
AgeCommit message (Expand)Author
2013-02-24Fixed #19253 -- Extracted template cache key building logicTomek Paczkowski
2013-02-14Fixed #19823 -- Fixed memcached code example in cache docsClaude Paroz
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-12-29Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin
2012-11-11Merge pull request #218 from mgrouchy/ticket_18582Aymeric Augustin
2012-09-25Fix little typo in cache documentationYohan Boniface
2012-09-21Merge pull request #386 from clelland/ticket_15269Tim Graham
2012-09-20Fixed #18934 - Removed versionadded/changed annotations for Django 1.3Tim Graham
2012-09-20Add documentation for get_caches functionIan Clelland
2012-08-29Replaced many smart_bytes by force_bytesClaude Paroz
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-07-18BaseCache now has a no-op close method as per ticket #18582Mike Grouchy
2012-06-14Fixed #18110 -- Improve template cache tag documentationJulian Bez
2012-06-07Removed references to changes made in 1.2.Aymeric Augustin
2011-11-18Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.Aymeric Augustin
2011-11-12Fix #17119: Update cache doc to match current implementation, which does (sin...Karen Tracey
2011-11-01Made the cache locale-dependant when USE_L10N is True, even if USE_I18N is Fa...Aymeric Augustin
2011-10-22Fixed #17087 -- Re-organized the i18n docs to reduce confusion between USE_I1...Aymeric Augustin
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-10-03Added some sphinx cross-reference links to the built-in template tags and fil...Julien Phalip
2011-09-21Fixed #16886 -- Memcached socket file documentation. Thanks ddbeck for the re...Simon Meers
2011-09-11Fixed #16334: Make it quite clear that cache_page's 'cache' argument refers t...James Bennett
2011-09-09Fixed #16786 -- Minor cleanups in the memcached section of the caching topic ...Gabriel Hurley
2011-08-23Fixed #15499 -- Ensure that cache control headers don't try to set public and...Russell Keith-Magee
2011-07-07Removed a redundant line from the cache_page docsLuke Plant
2011-06-08Deprecated legacy ways of calling cache_pageLuke Plant
2011-05-29Fixed #15992 -- Added more references to settings. Thanks, aaugustin.Jannis Leidel
2011-05-22Fixed #16056 - Memcached configuration mistake in docs; thanks antonio/d0ugal.Timo Graham
2011-05-13Fixed #16014 -- numerous documentation typos -- thanks psmith.Simon Meers
2011-04-01Changed e-mail to email throughout documentation and codebase. The one except...Adrian Holovaty
2011-03-02Fixed #4992 -- Respect the GET request query string when creating cache keys....Jannis Leidel
2011-02-26Fixed #15509 -- corrected a typo in the cache docs. Thanks Paul.Alex Gaynor
2011-02-06Fixed #15222 - FileCache -> FileBasedCache typo; thanks Serp.Timo Graham
2011-01-19Corrected an outdated reference to cmemcache in contributing docs.Carl Meyer
2011-01-15Fixed #15085 - Fix LOCATION for FileCache example. Thanks abdelazer for the r...Timo Graham
2010-12-27Fixed #6181 - Document `django.views.decorators.http` - thanks adamv for the ...Timo Graham
2010-12-26Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1Timo Graham
2010-12-21Fixed #11675 -- Added support for the PyLibMC cache library. In order to supp...Russell Keith-Magee
2010-11-26Fixed #14782 - Add/fix links in docs/topics/cache.txt. Thanks to adamv for th...Timo Graham
2010-11-22Fixed #14738 -- Improved crossref linking for cache settings, and fixed a few...Gabriel Hurley
2010-11-19Fixed #13795 -- Added a site-wide cache prefix and cache versioning. Thanks t...Russell Keith-Magee
2010-10-29Fixed #14560 -- Enable HEAD requests to be cached properly. Thanks, codemonkey!Honza Král
2010-09-12Add warning when using cache keys that might not work with memcached.Malcolm Tredinnick
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2010-08-05Fixed #13946 -- Modified the database cache backend to use the database route...Russell Keith-Magee
2010-05-08Fixed #13405 -- Corrected typo from r13105. Thanks to danielr for the report.Russell Keith-Magee
2010-05-06Fixed #13405 -- Removed the recommendation for the use of cmemcache. Thanks t...Russell Keith-Magee
2010-03-15Fixed #13014 - Added section about how to use the language code with fragemen...Jannis Leidel
2010-03-01Refined changes made in r12546 to also respect the request.LANGUAGE_CODE in c...Jannis Leidel
2010-02-23Fixed #5691 - Adds the active language to the cache key. Thanks, Antoni Aloy,...Jannis Leidel