This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-10-14 01:09:11 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
core
/
cache
/
backends
History
Tim Graham
b179c67860
[5.2.x] Clarified cryptic comment in django/core/cache/backends/redis.py.
...
Backport of 9a729fb61add16d89a4b42b491aec2d22f1ae69a from main.
2025-03-05 22:03:01 -03: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
[5.2.x] Applied Black's 2025 stable style.
2025-03-01 19:47:17 +01:00
db.py
[5.2.x] Applied Black's 2025 stable style.
2025-03-01 19:47:17 +01:00
dummy.py
Fixed
#33060
-- Added BaseCache.make_and_validate_key() hook.
2021-09-07 11:59:59 +02:00
filebased.py
[5.2.x] Applied Black's 2025 stable style.
2025-03-01 19:47:17 +01:00
locmem.py
[5.2.x] Applied Black's 2025 stable style.
2025-03-01 19:47:17 +01:00
memcached.py
Refs
#34233
-- Used str.removeprefix()/removesuffix().
2023-01-18 19:11:18 +01:00
redis.py
[5.2.x] Clarified cryptic comment in django/core/cache/backends/redis.py.
2025-03-05 22:03:01 -03:00