django/tests/regressiontests/fixtures_regress/fixtures
Ramiro Morales 4fc3741ee8 Added fixtures files missing from [16590].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16591 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-08-08 17:08:35 +00:00
..
absolute.json Fixed #6436 -- Added check for absolute paths in fixture loading. Fixtures specified as an absolute path were being loaded multiple times. Thanks to btoll@bestweb.net for the report, fix, and catch of a duplicate ticket. 2008-02-22 12:50:10 +00:00
animal.xml
bad_fixture1.unkn
bad_fixture2.xml Fixed #4371 -- Improved error checking when loading fixtures. Code now catches explicitly named fixture formats that are not supported (e.g, YAML fixtures if you don't have PyYAML installed), and fixtures that are empty (which can happen due to XML tag errors). Thanks to John Shaffer for the suggestion, and Keith Bussell for his work on the fix. 2008-06-08 08:21:18 +00:00
big-fixture.json
empty.json
forward_ref.json
forward_ref_bad_data.json
forward_ref_lookup.json
model-inheritance.json Fixed #7565 -- Fixed a problem with PostgreSQL sequence resetting in loaddata. 2008-06-30 00:38:14 +00:00
nk-inheritance.json
nk-inheritance2.xml
non_natural_1.json
non_natural_2.xml Fixed #7052 -- Added support for natural keys in serialization. 2009-12-14 12:39:20 +00:00
pretty.xml
sequence.json
thingy.json