Changes between Version 1 and Version 2 of Ticket #23468, comment 8
- Timestamp:
- Oct 30, 2014, 2:22:11 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23468, comment 8
v1 v2 1 There is new PR with different approach, that checks settings.FIXTURE_DIRS in the loaddata fixture_dirs method. If there are duplicat ions or default fixture dir of an app, exception is raised.1 There is new PR with different approach, that checks settings.FIXTURE_DIRS in the loaddata fixture_dirs method. If there are duplicates or default fixture dir of an app, exception is raised. 2 2 https://github.com/django/django/pull/3447 3 3 Or maybe it should emit a warning instead of raising?