Changes between Initial Version and Version 1 of Ticket #24225


Ignore:
Timestamp:
Jan 27, 2015, 10:29:52 AM (9 years ago)
Author:
Henrik Heimbuerger
Comment:

I didn't want to unset those fields. I clicked on the "revert" button before submitting and they disappeared, but they were unset nevertheless.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24225 – Description

    initial v1  
    2727  File "d:\develop\myproj\django-trunk\django\db\migrations\state.py", line 68, in _reload_one_model
    2828    self.models[app_label, model_name].render(self.apps)
    29 KeyError: ('myapp', 'anoldmodel')
     29KeyError: ('myapp', 'somemodel')
    3030}}}
    3131
Back to Top