django/tests/fixtures_regress
Konrad Świat 934a16dc93 Fixed #23468 -- Added checks for duplicate fixtures directories in loaddata.
If settings.FIXTURE_DIRS contains duplicates or a default fixture
directory (app_name/fixtures), ImproperlyConfigured is raised.

Thanks to Berker Peksag and Tim Graham for review.
2014-10-31 18:21:54 -04:00
..
fixtures Merge pull request #2679 from ramiro/t22421 2014-05-21 18:57:46 -03: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 #22421 -- Regression in fixtures loading. 2014-05-17 17:36:45 -03:00
tests.py Fixed #23468 -- Added checks for duplicate fixtures directories in loaddata. 2014-10-31 18:21:54 -04:00