django/tests/fixtures/fixtures
Matthijs Kooijman 4f216e4f8e Fixed #31051 -- Allowed dumpdata to handle circular references in natural keys.
Since #26291 forward references in natural keys are properly handled by
loaddata, so sorting depenencies in dumpdata doesn't need to break on
cycles. This patch allows circular references in natural keys by
breaking sort_depenencies() on loops.
2020-04-07 20:41:59 +02:00
..
circular_reference.json Refs #31051 -- Added test for loaddata/dumpdata with circular references without natural keys. 2020-04-07 12:01:19 +02:00
circular_reference_natural_key.json Fixed #31051 -- Allowed dumpdata to handle circular references in natural keys. 2020-04-07 20:41:59 +02:00
db_fixture_1.default.json Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
db_fixture_2.default.json.gz Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
db_fixture_3.nosuchdb.json Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
fixture1.json Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
fixture2.json Whitespace cleanup. 2013-10-10 16:49:20 -04:00
fixture2.xml Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
fixture3.xml Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
fixture4.json.zip Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
fixture5.json.gz Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
fixture5.json.zip Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
fixture6.json Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
fixture7.xml Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
fixture8.json Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
fixture9.xml Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
fixture_with[special]chars.json Refs #24978 -- Amended test filename to avoid checkout warnings on Windows. 2015-06-20 14:22:57 -04:00
forward_reference_fk.json Refs #26291 -- Added tests for dumpdata/loaddata with forward references without natural keys. 2020-04-07 15:40:19 +02:00
forward_reference_fk_natural_key.json Refs #26291 -- Added tests for dumpdata with forward references in natural keys. 2020-04-07 15:40:14 +02:00
forward_reference_m2m.json Refs #26291 -- Added tests for dumpdata/loaddata with forward references without natural keys. 2020-04-07 15:40:19 +02:00
forward_reference_m2m_natural_key.json Refs #26291 -- Added tests for dumpdata with forward references in natural keys. 2020-04-07 15:40:14 +02:00
invalid.json Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
null_character_in_field_value.json Fixed #28117 -- Added a helpful message in loaddata when psycopg2 can't load a fixture due to NUL characters. 2017-12-30 12:16:11 -05:00