django1/django/db/backends
Claude Paroz 2ceb10f3b0 Fixed #14180 -- Prevented unneeded index creation on MySQL-InnoDB
Thanks zimnyx for the report and Simon Charette, Tim Graham for
the reviews.
2014-12-27 12:52:44 +01:00
..
dummy Removed legacy transaction management per the deprecation timeline. 2014-03-21 21:06:50 +01:00
mysql Fixed #14180 -- Prevented unneeded index creation on MySQL-InnoDB 2014-12-27 12:52:44 +01: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 Replaced DatabaseCreation sql methods by schema editor equivalents 2014-12-23 19:35:01 +01:00
schema.py Replaced DatabaseCreation sql methods by schema editor equivalents 2014-12-23 19:35:01 +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