1
0
mirror of https://github.com/django/django.git synced 2025-04-10 00:09:41 +00:00
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
..
2013-06-19 17:18:40 +02:00