1
0
mirror of https://github.com/django/django.git synced 2025-01-15 04:45:51 +00:00

1 Commits

Author SHA1 Message Date
Ramiro Morales
862e1ff234 Fixed #22421 -- Regression in fixtures loading.
Loading fixtures were failing since the refactoring in 244e2b71f5 for
inheritance setups where the chain contains abstract models and the
root ancestor contains a M2M relation.

Thanks Stanislas Guerra for the report.

Refs #20946.
2014-05-17 17:36:45 -03:00