Changes between Initial Version and Version 1 of Ticket #23160


Ignore:
Timestamp:
Aug 3, 2014, 1:12:36 PM (10 years ago)
Author:
Simon Charette
Comment:

Reproduced against master.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23160

    • Property Owner changed from nobody to Simon Charette
    • Property Severity NormalRelease blocker
    • Property Status newassigned
  • Ticket #23160 – Description

    initial v1  
    11I'm simply trying to rename a model which has a relationship to itself. Running the RenameModel operation yields the following traceback:
    22
     3{{{
    34$ python manage.py migrate myapp
    45Operations to perform:
     
    3334    for name, field in state.models[related_key].fields:
    3435KeyError: ('myapp', 'foo')
     36}}}
Back to Top