Changes between Initial Version and Version 3 of Ticket #22243


Ignore:
Timestamp:
Mar 20, 2014, 1:44:40 PM (11 years ago)
Author:
Aymeric Augustin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22243

    • Property Resolutioninvalid
    • Property Status newclosed
  • Ticket #22243 – Description

    initial v3  
    11After deleting south migrations (I move from Django 1.6) and using ./manage.py makemigrations the ./manage.py migrate raises an error.  Here is the full traceback:
    22
     3{{{
    34Traceback (most recent call last):
    45  File "./manage.py", line 7, in <module>
     
    2122    parent = list(self.graph.root_nodes(parent[0]))[0]
    2223IndexError: list index out of range
     24}}}
Back to Top