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
/
django
/
core
/
cache
Age
Commit message (
Expand
)
Author
2022-05-16
Fixed #33681 -- Made Redis client pass CACHES["OPTIONS"] to a connection pool.
Mariusz Felisiak
2022-05-12
Made closing in connection handlers more DRY.
Nick Pope
2022-03-24
Refs #32365 -- Removed internal uses of utils.timezone.utc alias.
Carlton Gibson
2022-03-17
Prevented initialization of unused database connections.
Florian Apolloner
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-01-13
Refs #29708 -- Stopped inheriting from PickleSerializer by RedisSerializer.
Adam Johnson
2021-12-14
Fixed #33361 -- Fixed Redis cache backend crash on booleans.
Jeremy Lainé
2021-12-09
Fixed #33340 -- Fixed unquoted column names in queries used by DatabaseCache.
Arsa
2021-10-12
Fixed #28401 -- Allowed hashlib.md5() calls to work with FIPS kernels.
Ade Lee
2021-09-20
Refs #32193 -- Removed MemcachedCache per deprecation timeline.
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-09-07
Fixed #33060 -- Added BaseCache.make_and_validate_key() hook.
Nick Pope
2021-09-07
Refs #33060 -- Ensured cache backends validate keys.
Nick Pope
2021-09-03
Refs #33060 -- Added .make_key() in .touch() for dummy cache backend.
Nick Pope
2021-08-31
Refs #33061 -- Removed unnecessary BaseMemcachedCache.decr().
Mariusz Felisiak
2021-08-31
Fixed #33061 -- Fixed handling nonexistent keys with negative deltas in incr(...
Sondre Lillebø Gundersen
2021-05-26
Fixed #32772 -- Made database cache count size once per set.
Michael Lissner
2021-05-18
Fixed #32747 -- Prevented initialization of unused caches.
Mariusz Felisiak
2021-05-12
Fixed #32366 -- Updated datetime module usage to recommended approach.
Nick Pope
2021-05-05
Fixed #32705 -- Prevented database cache backend from checking .rowcount on c...
ecogels
2020-12-17
Fixed #29867 -- Added support for storing None value in caches.
Nick Pope
2020-12-15
Fixed typo in django/core/cache/backends/base.py docstring.
Abhishek Ghaskata
2020-12-09
Fixed #32193 -- Deprecated MemcachedCache.
Mariusz Felisiak
2020-12-08
Fixed #32233 -- Cleaned-up duplicate connection functionality.
Florian Apolloner
2020-12-07
Refs #21012 -- Removed unnecessary _create_cache() hook.
Florian Apolloner
2020-09-16
Fixed #29887 -- Added a cache backend for pymemcache.
Nick Pope
2020-09-02
Refs #29887, Refs #24212 -- Added servers configuration hook for memcached ba...
Nick Pope
2020-09-01
Refs #29887 -- Simplified memcached client instantiation.
Nick Pope
2020-09-01
Fixed CVE-2020-24584 -- Fixed permission escalation in intermediate-level dir...
Mariusz Felisiak
2020-08-24
Fixed #31907 -- Fixed missing validate_key() calls in cache backends.
Nick Pope
2020-08-20
Refs #29887, #27480 -- Moved touch() to BaseMemcachedCache.
Nick Pope
2020-08-20
Fixed comments related to nonexistent keys for incr()/decr() in memcached bac...
Nick Pope
2020-06-22
Fixed #31728 -- Fixed cache culling when no key is found for deletion.
Guillermo Bonvehí
2020-06-05
Fixed #31654 -- Fixed cache key validation messages.
Mariusz Felisiak
2020-06-03
Fixed CVE-2020-13254 -- Enforced cache key validation in memcached backends.
Dan Palmer
2020-02-11
Fixed #31253 -- Fixed data loss possibility when using caching from async code.
Jon Dufresne
2019-11-14
Fixed #30759 -- Made cache.delete() return whether it succeeded.
daniel a rios
2019-09-18
Fixed #30772 -- Optimized make_template_fragment_key().
Daniel Fairhead
2019-04-24
Removed unnecessary assignments in various code.
Jon Dufresne
2019-02-14
Fixed #30181 -- Made cache.get() with default work correctly on PyLibMCCache ...
Jakub Szafrański
2019-02-08
Simplified FileBasedCache.clear().
Jon Dufresne
2019-01-31
Fixed #30147 -- Simplified directory creation with os.makedirs(..., exist_ok=...
Jon Dufresne
2019-01-17
Refs #28370 -- Removed support for the context arg of Field.from_db_value() a...
Tim Graham
2018-08-17
Fixed #29626, #29584 -- Added optimized versions of get_many() and delete_man...
oliver
2018-07-09
Fixed #29550 -- Eased overriding pickle.dumps() protocol in cache backends an...
Simon Charette
2018-07-09
Refs #27480 -- Moved FileBasedCache content writing logic to a method.
Simon Charette
2018-07-09
Fixed #20584 -- Fixed memcached's get_many() with single-use iterators.
Christian Barcenas
2018-05-28
Added 'caches' to django.core.cache.__all__.
Wang Dongxiao
[next]