django1/django/db/backends
Shai Berger 7c1f3901bc Fixed #23991 -- Apparently, Oracle doesn't need the decimal field converter
Thanks Josh Smeaton for review.
2014-12-15 00:07:10 +02:00
..
dummy Removed legacy transaction management per the deprecation timeline. 2014-03-21 21:06:50 +01:00
mysql Fixed #23968 -- Replaced list comprehension with generators and dict comprehension 2014-12-08 07:58:23 -05:00
oracle Fixed #23991 -- Apparently, Oracle doesn't need the decimal field converter 2014-12-15 00:07:10 +02:00
postgresql_psycopg2 Fixed #23968 -- Replaced list comprehension with generators and dict comprehension 2014-12-08 07:58:23 -05:00
sqlite3 Fixed #23941 -- Removed implicit decimal formatting from expressions. 2014-12-12 10:17:48 -05:00
__init__.py Fixed postgis test database initialization 2014-12-12 20:08:07 +01: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