mirror of
https://github.com/django/django.git
synced 2025-01-27 02:29:55 +00:00
15dc8d1c9d
Swapped out models don't have a _default_manager unless they have explicitly defined managers. ModelState.from_model() now accounts for this case and uses an empty list for managers if no explicit managers are defined and a model is swapped out.