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
76ed1c49f8
django1
/
django
/
core
/
cache
/
backends
History
Jon Dufresne
8b3f1c35dd
Removed unnecessary assignments in various code.
2019-04-24 13:09:29 +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
Removed unnecessary assignments in various code.
2019-04-24 13:09:29 +02:00
db.py
Refs
#28370
-- Removed support for the context arg of Field.from_db_value() and Expression.convert_value().
2019-01-17 10:52:19 -05:00
dummy.py
Fixed
#27480
-- Added cache.touch().
2018-04-27 17:48:35 -04:00
filebased.py
Simplified FileBasedCache.clear().
2019-02-08 18:23:41 -05:00
locmem.py
Fixed
#29550
-- Eased overriding pickle.dumps() protocol in cache backends and session serializer.
2018-07-09 11:46:55 -04:00
memcached.py
Fixed
#30181
-- Made cache.get() with default work correctly on PyLibMCCache if None is cached.
2019-02-14 19:57:38 -05:00