django1/django/db/backends
Aymeric Augustin 729e4ae4f0 Fixed #23074 -- Avoided leaking savepoints in atomic.
Thanks Chow Loong Jin for the report and the initial patch.
2014-07-28 14:30:41 +02:00
..
dummy Removed legacy transaction management per the deprecation timeline. 2014-03-21 21:06:50 +01:00
mysql Fixed #23074 -- Avoided leaking savepoints in atomic. 2014-07-28 14:30:41 +02:00
oracle Fixed name of database connection feature 2014-07-14 19:23:57 +03:00
postgresql_psycopg2 Fixed #23074 -- Avoided leaking savepoints in atomic. 2014-07-28 14:30:41 +02:00
sqlite3 Fixed #23074 -- Avoided leaking savepoints in atomic. 2014-07-28 14:30:41 +02:00
__init__.py Fixed #23074 -- Avoided leaking savepoints in atomic. 2014-07-28 14:30:41 +02: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 #23085: Better error message for PostGIS 1.5/bad custom fields 2014-07-25 09:49:51 -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