Changes between Initial Version and Version 1 of Ticket #27092


Ignore:
Timestamp:
Aug 19, 2016, 6:49:18 AM (8 years ago)
Author:
Alexander Dutton
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27092 – Description

    initial v1  
    33The following migration fails:
    44
     5{{{#!python
    56    operations = [
    67        migrations.CreateModel(
     
    2728        ),
    2829    ]
     30}}}
    2931
    3032as it tries to create the foreign key constraint and index at the end against the `parent_star_id` field, which has already been renamed to `star_id`.
Back to Top