Changes between Initial Version and Version 1 of Ticket #27092
- Timestamp:
- Aug 19, 2016, 6:49:18 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27092 – Description
initial v1 3 3 The following migration fails: 4 4 5 {{{#!python 5 6 operations = [ 6 7 migrations.CreateModel( … … 27 28 ), 28 29 ] 30 }}} 29 31 30 32 as 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`.