index
:
django.git
fix-31295
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
2026-01-19
Fixed unbalanced parentheses in docs.
Clifford Gama
2025-11-30
Added link to Python Pickle documentation in docs/topics/cache.txt.
Rida Zouga
2025-11-27
Fixed outdated redis-py link in cache docs.
Bruno Alla
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2025-08-25
Refs #36485 -- Removed double spaces after periods in sentences.
Natalia
2025-08-25
Refs #36485 -- Fixed dangling hyphen and unbalanced inline markup in docs.
David Smith
2025-08-19
Fixed spelling of "logged-in" when used as an adjective in docs.
mengxun
2025-04-15
Fixed #36311 -- Unified spelling of "hardcode" and its variants in docs.
Ahmed Nassar
2025-03-02
Added some heading labels to to docs/topics/cache.txt.
Tim Graham
2024-05-08
Removed Redis parser_class reference from docs.
r3a96
2024-01-29
Fixed #35141 -- Clarified the expected type of CACHE_MIDDLEWARE_SECONDS setting.
Alexander Lazarević
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-12-15
Fixed typos in docs.
Mariusz Felisiak
2023-10-25
Added missing pycon directives in various docs.
Mariusz Felisiak
2023-05-22
Fixed references to django.core.cache in docs.
Sarah Boyce
2023-04-17
Used extlinks for PyPI links.
Tim Graham
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-28
Refs #34140 -- Corrected rst code-block and various formatting issues in docs.
Joseph Victor Zammit
2023-02-13
Fixed #29994 -- Added warning about performance of FileBasedCache with a larg...
Sarah Boyce
2023-02-10
Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2022-11-10
Updated documentation and comments for RFC updates.
Nick Pope
2022-08-09
Fixed #33842 -- Used :source: role for links to repo files on GitHub.
Ramil Yanbulatov
2022-06-28
Fixed #32749 -- Doc'd PyMemcacheCache defaults.
Pablo Montepagano
2022-05-17
Removed versionadded/changed annotations for 4.0.
Carlton Gibson
2022-03-29
Updated various links to HTTPS and new locations.
Mariusz Felisiak
2022-01-10
Corrected signatures of some functions in docs.
Mariusz Felisiak
2021-09-20
Refs #32193 -- Removed MemcachedCache per deprecation timeline.
Mariusz Felisiak
2021-09-20
Removed versionadded/changed annotations for 3.2.
Mariusz Felisiak
2021-09-14
Fixed #33012 -- Added Redis cache backend.
Daniyal
2021-09-07
Fixed #32076 -- Added async methods to BaseCache.
Andrew-Chen-Wang
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-05-20
Fixed note about ISP caching in docs.
Ben Sturmfels
2021-05-20
Added note about culling in database cache backend docs.
Mike Lissner
2021-05-17
Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.
Nick Pope
2021-01-14
Removed versionadded/changed annotations for 3.1.
Mariusz Felisiak
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
[next]