django1/django/core/cache
Michael Manfre d5606b5763 Fixed #21146 - DatabaseCache converts expires to python value
DatabaseCache uses raw cursors to bypass the ORM. This prevents it from
being used by database backends that require special handling of datetime
values.

There is no easy way to test this, so no tests added.
2013-09-26 13:11:43 +03:00
..
backends Fixed #21146 - DatabaseCache converts expires to python value 2013-09-26 13:11:43 +03:00
__init__.py Fixed #21125 -- Removed support for cache URI syntax 2013-09-19 10:01:39 -04:00
utils.py Fixed #20989 -- Removed useless explicit list comprehensions. 2013-08-30 10:57:51 -04:00