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
d98210c255
django1
/
django
/
core
/
cache
/
backends
History
Daniel Tao
4d60261b2a
Fixed
#28601
-- Prevented cache.get_or_set() from caching None if default is a callable that returns None.
2017-10-10 09:20:34 -04:00
..
__init__.py
…
base.py
Fixed
#28601
-- Prevented cache.get_or_set() from caching None if default is a callable that returns None.
2017-10-10 09:20:34 -04:00
db.py
Fixed
#28370
-- Deprecated the context arg of Field.from_db_value() and Expression.convert_value().
2017-07-20 16:30:08 -04:00
dummy.py
Sorted imports with isort; refs
#23860
.
2015-02-06 08:16:28 -05:00
filebased.py
Reverted "Fixed
#27818
-- Replaced try/except/pass with contextlib.suppress()."
2017-09-07 08:16:21 -04:00
locmem.py
Reverted "Fixed
#27818
-- Replaced try/except/pass with contextlib.suppress()."
2017-09-07 08:16:21 -04:00
memcached.py
Refs
#20892
-- Removed support for passing pylibmc behavior settings as top-level attributes of CACHES['OPTIONS'].
2017-09-22 12:51:17 -04:00