1
0
mirror of https://github.com/django/django.git synced 2025-02-04 22:47:53 +00:00
Loïc Bistuer a2af2420ce [1.10.x] 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.

Backport of dab83e5ba108c08a04ae400ac5354fd73e26c6f5 from master
2016-07-09 18:12:18 +07:00
..