django1/django/db/backends
Claude Paroz 8c30df15f1 Fixed #23030 -- Properly handled geometry columns metadata during migrations
Thanks kunitoki for the report and initial patches.
2014-07-23 12:10:23 +02:00
..
dummy Removed legacy transaction management per the deprecation timeline. 2014-03-21 21:06:50 +01:00
mysql Fixed #13711 -- Model check added to ensure that auto-generated column name is within limits of the database. 2014-06-17 16:16:02 -04:00
oracle Fixed name of database connection feature 2014-07-14 19:23:57 +03:00
postgresql_psycopg2 Fixed #22514 -- Prevented indexes on virtual fields [postgres]. 2014-06-20 11:59:02 -04:00
sqlite3 Fixed #23030 -- Properly handled geometry columns metadata during migrations 2014-07-23 12:10:23 +02:00
__init__.py Fixed name of database connection feature 2014-07-14 19:23:57 +03:00
creation.py Fixed #23039: Don't try to serialize unmanaged models in tests 2014-07-21 10:09:31 +01:00
schema.py Fixed #23009: Shorten FK identifiers in add_field and make consistent 2014-07-21 10:50:21 +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 #3711, #6734, #12581 -- Bounded connection.queries. 2014-06-07 14:37:43 +02:00