This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
247e25897b
django1
/
django
/
core
/
cache
/
backends
History
Christos Kopanos
608ab043f7
Fixed
#33826
-- Fixed RedisCache.set_many()/delete_many() crash with an empty list.
2022-07-06 10:45:52 +02:00
..
__init__.py
Refactored cache from django/core/cache.py into django/core/cache package, with each backend getting a separate module. This keeps things cleaner and uses less memory, because the backend module is only loaded if it's needed.
2006-02-24 06:07:01 +00:00
base.py
Refs
#33476
-- Reformatted code with Black.
2022-02-07 20:37:05 +01:00
db.py
Refs
#32365
-- Removed internal uses of utils.timezone.utc alias.
2022-03-24 06:29:50 +01:00
dummy.py
Fixed
#33060
-- Added BaseCache.make_and_validate_key() hook.
2021-09-07 11:59:59 +02:00
filebased.py
Refs
#33476
-- Reformatted code with Black.
2022-02-07 20:37:05 +01:00
locmem.py
Fixed
#33060
-- Added BaseCache.make_and_validate_key() hook.
2021-09-07 11:59:59 +02:00
memcached.py
Refs
#33476
-- Refactored code to strictly match 88 characters line length.
2022-02-07 20:37:05 +01:00
redis.py
Fixed
#33826
-- Fixed RedisCache.set_many()/delete_many() crash with an empty list.
2022-07-06 10:45:52 +02:00