mirror of
https://github.com/django/django.git
synced 2025-01-24 09:09:20 +00:00
061caa5b38
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.