django/tests/fixtures_regress
Rainer Koirikivi a75324c654 Fixed #14226 -- Dependency calculation for complex M2M relations.
`sort_dependencies` incorrectly interpreted 'complex' M2M relations
(with explicit through models) as dependencies for a model. This caused
circular complex M2M relations to be unserializable by dumpdata.

Thanks to aneil for the report and outofculture for initial tests.
2014-05-11 19:50:01 -03:00
..
fixtures Fixed #21457 -- Allowed fixture file name to contain dots 2013-11-18 20:32:13 +01:00
fixtures_1 Fixed #21551 -- Reenabled loading fixtures from subdirectory 2013-12-07 10:47:34 +01:00
fixtures_2 Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Fixed #14226 -- Dependency calculation for complex M2M relations. 2014-05-11 19:50:01 -03:00
tests.py Fixed #14226 -- Dependency calculation for complex M2M relations. 2014-05-11 19:50:01 -03:00