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