Changes between Initial Version and Version 1 of Ticket #23160
- Timestamp:
- Aug 3, 2014, 1:12:36 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23160
- Property Owner changed from to
- Property Severity Normal → Release blocker
- Property Status new → assigned
-
Ticket #23160 – Description
initial v1 1 1 I'm simply trying to rename a model which has a relationship to itself. Running the RenameModel operation yields the following traceback: 2 2 3 {{{ 3 4 $ python manage.py migrate myapp 4 5 Operations to perform: … … 33 34 for name, field in state.models[related_key].fields: 34 35 KeyError: ('myapp', 'foo') 36 }}}