summaryrefslogtreecommitdiff
path: root/tests/fixtures_regress/fixtures
AgeCommit message (Expand)Author
2025-03-11Fixed #36177 -- Added a trailing newline to JSON serializer. (#19232)Tom Carrick
2024-09-12Refs #29522 -- Improved test coverage of deserializers.Amir Karimi
2022-03-18Fixed #33582 -- Fixed deserializing natural keys with foreing key dependencie...François Granade
2018-09-26Fixed loaddata error message when uncompressed fixture has a dot in its name.Sergey Fedoseev
2017-02-03Fixed spelling of "nonexistent".Tim Graham
2014-12-23Fixed #17946 -- Fixed deserialization of self-referencing M2M fieldsClaude Paroz
2014-05-21Merge pull request #2679 from ramiro/t22421Ramiro Morales
2014-05-18Fixed #21799 - Modified loaddata --ignorenonexistent to ignore models.Esau Rodriguez
2014-05-17Fixed #22421 -- Regression in fixtures loading.Ramiro Morales
2013-11-18Fixed #21457 -- Allowed fixture file name to contain dotsClaude Paroz
2013-10-10Whitespace cleanup.Tim Graham
2013-08-20Fixed invalid testing fixtureAnssi Kääriäinen
2013-08-20Fixed #20820 -- Model inheritance + m2m fixture loading regressionAnssi Kääriäinen
2013-03-30Fixed #19998 -- Fixed --ignorenonexistent support for XML based fixtures.Christoph Sieghart
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner