Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/fixtures_regress/fixtures
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #17946 -- Fixed deserialization of ↵Claude Paroz2014-12-231-0/+1
| | | | | | | self-referencing M2M fields Thanks Philip Mountifield for the report and excellent analysis, and Simon Charette for the review.
* Merge pull request #2679 from ramiro/t22421Ramiro Morales2014-05-211-0/+17
|\ | | | | Fixed #22421 -- Regression in fixtures loading.
| * 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.
* | Fixed #21799 - Modified loaddata --ignorenonexistent to ↵Esau Rodriguez2014-05-181-0/+11
|/ | | | ignore models.
* Fixed #21457 -- Allowed fixture file name to contain dotsClaude Paroz2013-11-181-0/+9
| | | | Thanks Keryn Knight for the report.
* Whitespace cleanup.Tim Graham2013-10-103-16/+16
| | | | | | | * Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs.
* Fixed invalid testing fixtureAnssi Kääriäinen2013-08-201-0/+6
|
* Fixed #20820 -- Model inheritance + m2m fixture loading ↵Anssi Kääriäinen2013-08-201-0/+10
| | | | | | regression Tests by Tim Graham, report from jeroen.pulles@redslider.net.
* Fixed #19998 -- Fixed --ignorenonexistent support for ↵Christoph Sieghart2013-03-301-0/+10
| | | | XML based fixtures.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-2618-0/+309