Changes between Initial Version and Version 1 of Ticket #23468, comment 6
- Timestamp:
- Oct 30, 2014, 2:07:42 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23468, comment 6
initial v1 1 Wouldn't it be better to check this in the loaddata `fixture_dirs` method? 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?