Loading
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.
When both parent and child models had managers with the same name and a migrations opt-in both were added to the migration state.