django1/django/db/backends
Anssi Kääriäinen 227a4c48be Refs #2443 -- fixed format_dtdelta on SQLite
A test failed on Python 2 32-bit.
2014-12-23 07:05:44 -05:00
..
dummy Removed legacy transaction management per the deprecation timeline. 2014-03-21 21:06:50 +01:00
mysql Fixed #2443 -- Added DurationField. 2014-12-20 18:28:29 +00:00
oracle Fixed #24033 -- Use interval type on Oracle. 2014-12-23 10:38:32 +00:00
postgresql_psycopg2 Fixed #24033 -- Use interval type on Oracle. 2014-12-23 10:38:32 +00:00
sqlite3 Refs #2443 -- fixed format_dtdelta on SQLite 2014-12-23 07:05:44 -05:00
__init__.py Refs #2443 -- Move the durationfield converter logic. 2014-12-23 10:41:42 +00:00
creation.py Fixed postgis test database initialization 2014-12-12 20:08:07 +01:00
schema.py Fixed #23954 -- Added special text/varchar PostgreSQL indexes in migrations 2014-12-04 21:27:42 +01:00
signals.py Fixed #13798 -- Added connection argument to the connection_created signal. Thanks to liangent for the report, and Alex Gaynor for the patch. 2010-08-30 13:21:18 +00:00
util.py Add a useful stacklevel to some RemovedInDjango19Warnings 2014-03-27 15:44:52 +13:00
utils.py Fixed #23941 -- Removed implicit decimal formatting from expressions. 2014-12-12 10:17:48 -05:00