mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Loading fixtures were failing since the refactoring in244e2b71f5for inheritance setups where the chain contains abstract models and the root ancestor contains a M2M relation. Thanks Stanislas Guerra for the report. Refs #20946. Backport of862e1ff234from master