Fixed #26881 -- Fixed duplicate managers in migrations.
When both parent and child models had managers with the same name and a migrations opt-in both were added to the migration state.
Showing
Please
register
or
sign in
to comment
When both parent and child models had managers with the same name and a migrations opt-in both were added to the migration state.