django1/django/db/backends
Aymeric Augustin 127218b92b Simplified handling of use_debug_cursor.
Turned it from a tri-valued boolean into a regular boolean.
2014-06-09 21:35:17 +02:00
..
dummy Removed legacy transaction management per the deprecation timeline. 2014-03-21 21:06:50 +01:00
mysql Fixed unused import. 2014-05-21 10:42:07 +07:00
oracle Added a flag for the ability to introspect nullable fields. 2014-06-05 17:56:56 +02:00
postgresql_psycopg2 Added feature flags for introspection capabilities. 2014-05-08 22:11:20 +02:00
sqlite3 Replaced an explicit vendor check by a feature flag. 2014-06-06 00:32:13 +02:00
__init__.py Simplified handling of use_debug_cursor. 2014-06-09 21:35:17 +02:00
creation.py Tweaked order of create_test_db arguments for backwards compatibility. 2014-06-09 11:12:28 -04:00
schema.py Fixed #22432: SQLite M2M repointing now works. Thanks to xelnor. 2014-05-20 16:25:59 +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