Changes between Initial Version and Version 1 of Ticket #26291


Ignore:
Timestamp:
Mar 1, 2016, 10:20:33 AM (8 years ago)
Author:
Tim Graham
Comment:

The proposed code looks rather complicated. What you are saying is that the instructions about fixture ordering aren't sufficient due to the possibility of circular references, correct? Could you give an example of that to motivate the feature a bit more?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26291

    • Property Type UncategorizedNew feature
  • Ticket #26291 – Description

    initial v1  
    2323This problem is avoidable with careful ordering of fixture loading, but is still a problem with fixtures that have circular references.
    2424
    25 I have a proposed fix: see PR 6221
     25I have a proposed fix: see [https://github.com/django/django/pull/6221 PR 6221]
Back to Top