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
179b247e07
django1
/
django
/
core
/
cache
/
backends
History
caleb logan
68f0e8d8b1
Fixed
#28500
-- Fixed crash in FileBasedCache._is_expired() if the cache file is empty.
2017-09-03 20:11:49 -04:00
..
__init__.py
…
base.py
Fixed
#28397
-- Removed django.core.exceptions.DjangoRuntimeWarning.
2017-07-14 12:06:06 -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
Fixed
#28500
-- Fixed crash in FileBasedCache._is_expired() if the cache file is empty.
2017-09-03 20:11:49 -04:00
locmem.py
Fixed
#27818
-- Replaced try/except/pass with contextlib.suppress().
2017-06-28 14:07:55 -04:00
memcached.py
Refs
#23968
-- Removed unnecessary lists, generators, and tuple calls.
2017-06-01 19:08:59 -04:00