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
2020-12-17
Refs #30181 -- Corrected note about storing None in the cache.
Nick Pope
2020-12-09
Fixed #32193 -- Deprecated MemcachedCache.
Mariusz Felisiak
2020-11-10
Fixed #32176 -- Clarified filesystem cache docs.
Carles Pina Estany
2020-11-04
Fixed #31983 -- Added system check for file system caches location.
christa
2020-09-17
Doc'd that UpdateCacheMiddleware and cache_page affect downstream caches.
David D Lowe
2020-09-16
Fixed #29887 -- Added a cache backend for pymemcache.
Nick Pope
2020-09-14
Fixed #31789 -- Added a new headers interface to HttpResponse.
Tom Carrick
2020-09-02
Refs #29887, Refs #24212 -- Added servers configuration hook for memcached ba...
Nick Pope
2020-06-22
Refs #5691 -- Made cache keys independent of USE_L10N.
Claude Paroz
2020-05-04
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...
Adam Johnson
2020-01-16
Fixed #30765 -- Made cache_page decorator take precedence over max-age Cache-...
Flavio Curella
2019-12-18
Fixed #30585 -- Added {% translate %} and {% blocktranslate %} template tags.
Mike Hansen
2019-11-14
Fixed #30759 -- Made cache.delete() return whether it succeeded.
daniel a rios
2019-10-10
Fixed #23755 -- Added support for multiple field names in the no-cache Cache-...
Flavio Curella
2019-09-24
Updated the default cache key transformation in documentation.
Ryan Nowakowski
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-01-17
Removed versionadded/changed annotations for 2.1.
Tim Graham
2018-11-15
Fixed #29864 -- Added link targets for low-level cache API.
Prabakaran Kumaresshan
2018-05-17
Removed versionadded/changed annotations for 2.0.
Tim Graham
2018-04-27
Fixed #27480 -- Added cache.touch().
Nicolas Noé
2018-04-17
Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
Brett Cannon
2018-01-24
Fixed #28977 -- Changed local-memory cache to use LRU culling.
Grant Jenks
2018-01-07
Updated various links in docs to use HTTPS.
Mariusz Felisiak
2017-10-25
Fixed #28737 -- Clarified {% cache %} tag's handling of arguments.
Tim Graham
2017-09-22
Removed versionadded/changed annotations for 1.11.
Tim Graham
2017-09-22
Refs #20892 -- Removed support for passing pylibmc behavior settings as top-l...
Tim Graham
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-09-19
Fixed typo in docs/topics/cache.txt.
tk
2017-09-06
Fixed #27318 -- Made cache.set_many() return the list of failed keys.
Olivier Tabone
2017-06-26
Refs #23919 -- Stopped inheriting from object to define new style classes.
Mariusz Felisiak
2017-03-15
Fixed #27882 -- Allowed {% cache %} to cache indefinitely.
Bo Marchman
2017-01-18
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
2016-12-28
Fixed #27641 -- Doc'd default local-memory caching in deployment checklist.
Adam Chainz
2016-10-27
Documented that cache keys are strings rather than bytes.
Adam Chainz
2016-09-28
Fixed #27226 -- Removed patch_response_headers()'s setting of the Last-Modifi...
Rinat Khabibiev
2016-08-31
Fixed #27152 -- Supported comma delimiter in memcached LOCATION string.
Ed Morley
2016-08-31
Fixed #20892 -- Allowed configuring memcached client using OPTIONS.
Ed Morley
2016-08-31
Made settings docs link to cache parameters more specific.
Ed Morley
2016-08-11
Documented the cache_control() decorator.
Kevin Christopher Henry
2016-05-20
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2016-05-07
Fixed #26566 -- Rewrote an incorrect Cache-Control example.
Vasiliy Faronov
2016-05-06
Fixed syntax highlighting in docs/topics/cache.txt
Tim Graham
2016-05-03
Fixed #26567 -- Updated references to obsolete RFC2616.
Vasiliy Faronov
2016-04-09
Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.
Jeremy Lainé
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2016-01-14
Fixed #23868 -- Added support for non-unique django-admin-options in docs.
Tim Graham
2015-12-23
Fixed #25969 -- Replaced render_to_response() with render() in docs examples.
Tim Graham
2015-12-01
Fixed #25778 -- Updated docs links to use https when available.
Jon Dufresne
2015-11-16
Fixed #25755 -- Unified spelling of "website".
Agnieszka Lasyk
[next]