mirror of
https://github.com/django/django.git
synced 2025-04-10 16:29:42 +00:00
The migrations autodetector now issues AlterModelOptions operations for Meta.managed changes instead of DeleteModel + CreateModel. Thanks iambibhas for the report and Simon and Markus for review.