django1/django/db
Simon Charette 4dcaa5871b Fixed #26135 -- Adjusted the migration questioner's handling of disabled apps.
This was causing an issue when calling the `migrate` command in a test case with
the `available_apps` attribute pointing to an application with migrations
disabled using the `MIGRATION_MODULES` setting.

Thanks to Tim Graham for the review.

Refs #24919
2016-01-25 21:38:36 -05:00
..
backends Fixed #26125 -- Fixed E731 flake warnings. 2016-01-25 14:23:43 -05:00
migrations Fixed #26135 -- Adjusted the migration questioner's handling of disabled apps. 2016-01-25 21:38:36 -05:00
models Fixed #26125 -- Fixed E731 flake warnings. 2016-01-25 14:23:43 -05:00
__init__.py Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
transaction.py Fixed #24921 -- set_autocommit(False) + ORM queries. 2015-09-21 22:21:53 +02:00
utils.py Fixed #25761 -- Added __cause__.__traceback__ to reraised exceptions. 2015-12-03 16:31:50 -05:00