django1/django/db/backends
Anubhav Joshi 91f1b6dcdc Fixed #13711 -- Model check added to ensure that auto-generated column name is within limits of the database.
Thanks russellm for report and Tim Graham for review.
2014-06-17 16:16:02 -04: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 #22816 -- Corrected Oracle feature flag and fixed introspection test 2014-06-14 00:43:49 +03:00
postgresql_psycopg2 Added feature flags for introspection capabilities. 2014-05-08 22:11:20 +02:00
sqlite3 Renamed DatabaseFeature.supports_check_constraints to supports_column_check_constraints. 2014-06-16 19:25:13 -04:00
__init__.py 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
creation.py Dropped support for SpatiaLite < 2.4. 2014-06-09 17:53:25 -04:00
schema.py Fixed #22851: BinaryView wasn't getting a binary default 2014-06-16 18:44:08 -07: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