Changes between Version 1 and Version 2 of Ticket #23468, comment 8


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

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 duplications or default fixture dir of an app, exception is raised.
     1There 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.
    22​https://github.com/django/django/pull/3447
    33Or maybe it should emit a warning instead of raising?
Back to Top