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
0a8402eb05
django1
/
django
/
core
/
cache
/
backends
History
Bas Peschier
5a9b2bce24
Fixed
#19810
-- MemcachedCache now uses pickle.HIGHEST_PROTOCOL
2013-02-24 13:56:15 +01: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
Fixed
#17061
-- Factored out importing object from a dotted path
2013-02-04 16:38:25 +01:00
db.py
Fixed
#19896
-- Committed after clearing cache in the database.
2013-02-24 12:15:02 +01:00
dummy.py
Fixed
#16162
. Added timeout arg to `DummyCache.set_many`, for compatiblity with other caches. Thanks to aaugustin for the patch.
2011-09-10 17:09:23 +00:00
filebased.py
Replaced many smart_bytes by force_bytes
2012-08-29 11:20:32 +02:00
locmem.py
[py3] Switched to Python 3-compatible imports.
2012-07-22 09:29:56 +02:00
memcached.py
Fixed
#19810
-- MemcachedCache now uses pickle.HIGHEST_PROTOCOL
2013-02-24 13:56:15 +01:00