Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/fixtures_regress/fixtures/feature.json
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #22421 -- Regression in fixtures loading.Ramiro Morales2014-05-171-0/+17
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.