Changes between Initial Version and Version 1 of Ticket #23468, comment 6


Ignore:
Timestamp:
Oct 30, 2014, 2:07:42 PM (10 years ago)
Author:
Konrad Świat

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?
     1There 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.
     2https://github.com/django/django/pull/3447
     3
     4Or maybe it should emit a warning instead of raising?
Back to Top