#35813: Made makemigrations detect changes to unmanaged models
-------------------------------------+-------------------------------------
Reporter: Hanny G | Owner: Hanny G
Type: Bug | Status: closed
Component: Migrations | Version: 5.1
Severity: Normal | Resolution: fixed
Keywords: makemigrations, | Triage Stage: Ready for
unmanaged | checkin
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Sarah Boyce <42296566+sarahboyce@…>):
* resolution: => fixed
* status: assigned => closed
Comment:
In [changeset:"7b8504eaabea6c70195baa3c02155c24a6e270c6" 7b8504ea]:
{{{#!CommitTicketReference repository=""
revision="7b8504eaabea6c70195baa3c02155c24a6e270c6"
Fixed #35813 -- Made migrations track all changes to unmanaged models.
Previously, only create and delete operations were generated.
}}}
--
Ticket URL: <
https://code.djangoproject.com/ticket/35813#comment:17>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.