1
0
mirror of https://github.com/django/django.git synced 2025-01-10 18:36:05 +00:00
django/django/core
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
..
cache Fixed #21146 - DatabaseCache converts expires to python value 2013-09-26 13:11:43 +03:00
checks Fixed #20895 -- Made check management command warn if a BooleanField does not have a default value 2013-08-15 19:47:26 -04:00
files Fixed #18744 -- Updated docstring to highlight limitations of NamedTemporaryFile 2013-09-19 10:12:03 -04:00
handlers Fixed #20557 -- Properly decoded non-ASCII cookies on Python 3. 2013-09-07 10:25:43 -05:00
mail Fixed #20841 -- Added messages to NotImplementedErrors 2013-09-10 11:09:59 -04:00
management Fixed #14028 - Added validation for clashing db_columns. 2013-09-23 11:51:58 -04:00
serializers Fixed #20841 -- Added messages to NotImplementedErrors 2013-09-10 11:09:59 -04:00
servers Fixed "Address already in use" from liveserver. 2013-09-22 22:02:59 +02:00
__init__.py
context_processors.py
exceptions.py
paginator.py
signals.py
signing.py
urlresolvers.py Fixed #21043 -- Made resolve() handle reverse_lazy objects. 2013-09-06 15:46:43 -04:00
validators.py Took advantage of django.utils.six.moves.urllib.*. 2013-09-05 14:39:23 -05:00
wsgi.py