index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
/
cache.txt
Age
Commit message (
Expand
)
Author
2014-07-25
[1.7.x] Fixed #22827 -- clarified what each cache middleware does.
Moayad Mardini
2014-07-02
[1.7.x] Clarified that LocMemCache is per-process; refs #7639.
Tim Graham
2014-03-24
[1.7.x] Fixed #22247 -- Replaced "upstream" with "downstream" in cache docs.
Tim Graham
2014-03-04
Fixed #22085 -- Added a feature for setting non-expiring keys as the default.
zedr
2014-02-28
Fixed doc typos.
Tim Graham
2014-02-25
Fixed docs typos.
Szczepan Cieślik
2014-01-16
Fixed #16785 -- Documented some of the design decisions of the cache framework.
Tim Graham
2013-12-28
Fixed doc indentation in previous commit.
Tim Graham
2013-12-28
Fixed #20346 -- Made cache middleware vary on the full URL.
ijl
2013-11-30
Removed gender-based pronouns per [c0a2daad78].
Tim Graham
2013-11-24
Fixed some unnescesarily gendered language in the docs
Alex Gaynor
2013-11-23
Fixed #21012 -- New API to access cache backends.
Curtis Maloney
2013-11-22
Noted that localmem is the default cache.
mlissner
2013-11-07
Fixed #20536 -- rewrite of the file based cache backend
Jaap Roes
2013-10-23
Fixed #20945 -- Allowed cache tag to use a specific cache.
Curtis Maloney
2013-10-14
Fixed #15888 -- Made tablename argument of createcachetable optional
Claude Paroz
2013-09-20
Fixed #20877 -- added a performance optimization guide
evildmp
2013-09-18
Fixed #21116 -- Made usage of manage.py in docs more consistent.
Tim Graham
2013-09-11
Fixed #20887 -- Added a warning to GzipMiddleware in light of BREACH.
Tim Graham
2013-09-11
Documentation -- Improved description of cache arguments
Kevin Christopher Henry
2013-08-09
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-08-06
Added section labels in cache docs
Leandro Regueiro
2013-07-30
Rename allow_syncdb to allow_migrate
Andrew Godwin
2013-05-30
Tweak caching decorators/utility functions xrefs.
Ramiro Morales
2013-05-18
Fixed #15201: Marked CACHE_MIDDLEWARE_ANONYMOUS_ONLY as deprecated
Łukasz Langa
2013-05-18
Fixed #9595 -- Allow non-expiring cache timeouts.
Jacob Burch
2013-02-24
Fixed #19253 -- Extracted template cache key building logic
Tomek Paczkowski
2013-02-14
Fixed #19823 -- Fixed memcached code example in cache docs
Claude Paroz
2013-01-02
Fixed #19516 - Fixed remaining broken links.
Tim Graham
2012-12-29
Removed versionadded/changed annotations dating back to 1.4.
Aymeric Augustin
2012-11-11
Merge pull request #218 from mgrouchy/ticket_18582
Aymeric Augustin
2012-09-25
Fix little typo in cache documentation
Yohan Boniface
2012-09-21
Merge pull request #386 from clelland/ticket_15269
Tim Graham
2012-09-20
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
Tim Graham
2012-09-20
Add documentation for get_caches function
Ian Clelland
2012-08-29
Replaced many smart_bytes by force_bytes
Claude Paroz
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-07-18
BaseCache now has a no-op close method as per ticket #18582
Mike Grouchy
2012-06-14
Fixed #18110 -- Improve template cache tag documentation
Julian Bez
2012-06-07
Removed references to changes made in 1.2.
Aymeric Augustin
2011-11-18
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
Aymeric Augustin
2011-11-12
Fix #17119: Update cache doc to match current implementation, which does (sin...
Karen Tracey
2011-11-01
Made the cache locale-dependant when USE_L10N is True, even if USE_I18N is Fa...
Aymeric Augustin
2011-10-22
Fixed #17087 -- Re-organized the i18n docs to reduce confusion between USE_I1...
Aymeric Augustin
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-10-03
Added some sphinx cross-reference links to the built-in template tags and fil...
Julien Phalip
2011-09-21
Fixed #16886 -- Memcached socket file documentation. Thanks ddbeck for the re...
Simon Meers
2011-09-11
Fixed #16334: Make it quite clear that cache_page's 'cache' argument refers t...
James Bennett
2011-09-09
Fixed #16786 -- Minor cleanups in the memcached section of the caching topic ...
Gabriel Hurley
2011-08-23
Fixed #15499 -- Ensure that cache control headers don't try to set public and...
Russell Keith-Magee
[next]