django1/django/db/backends
Marc Tamlyn 07728a2c2c Refs #2443 -- Fix Oracle tests for DurationField.
It helps if there are the correct number of microseconds in a second.
2014-12-20 22:04:07 +00: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 Refs #2443 -- Fix Oracle tests for DurationField. 2014-12-20 22:04:07 +00:00
postgresql_psycopg2 Fixed #2443 -- Added DurationField. 2014-12-20 18:28:29 +00:00
sqlite3 Fixed #2443 -- Added DurationField. 2014-12-20 18:28:29 +00:00
__init__.py Fixed #2443 -- Added DurationField. 2014-12-20 18:28:29 +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