django1/django/db/backends
Andrew Godwin 0fba4c0ed7 Fixed #22487: Don't flush out data from before normal TestCases 2014-06-23 20:25:09 -07: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 problem introduced with #refs 13711. 2014-06-23 19:36:40 +03:00
postgresql_psycopg2 Fixed #22514 -- Prevented indexes on virtual fields [postgres]. 2014-06-20 11:59:02 -04:00
sqlite3 Renamed DatabaseFeature.supports_check_constraints to supports_column_check_constraints. 2014-06-16 19:25:13 -04:00
__init__.py Fixed problem introduced with #refs 13711. 2014-06-23 19:36:40 +03:00
creation.py Fixed #22487: Don't flush out data from before normal TestCases 2014-06-23 20:25:09 -07: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