mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
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
This commit is contained in:
@@ -71,3 +71,7 @@ Bugfixes
|
||||
|
||||
* Fixed a crash when using a reverse ``OneToOneField`` in
|
||||
``ModelAdmin.readonly_fields`` (:ticket:`26060`).
|
||||
|
||||
* Fixed a crash 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 (:ticket:`26135`).
|
||||
|
||||
Reference in New Issue
Block a user