django1/django/db
Aymeric Augustin fbe1abac4a Fixed #21453 -- Enabled autocommit before calling init_connection_state.
Also ensured the transaction state is clean on Oracle while I was there.

This change cannot be backported to 1.6 because it's
backwards-incompatible for custom database backends.
2014-01-12 20:31:07 +01:00
..
backends Fixed #21453 -- Enabled autocommit before calling init_connection_state. 2014-01-12 20:31:07 +01:00
migrations Fixed #21142: Dependency failures on unmigrated apps. 2014-01-08 13:00:12 +00:00
models Fixed #21413 -- resolve_columns fields misalignment 2014-01-12 18:07:39 +02:00
__init__.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
transaction.py Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
utils.py Changed get_migratable_models to use an app config. 2013-12-29 21:25:28 +01:00