Changes between Initial Version and Version 1 of Ticket #24424, comment 26
- Timestamp:
- Aug 24, 2015, 12:56:32 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24424, comment 26
initial v1 1 Edit (2015-08-24): 2 3 1. I updated to Django 1.7.10 and same issue. 4 2. I was able to work around this by removing the `migrations.RemoveField` operation and keeping on the `migrations.DeleteModel` operation in my migration file. 5 6 --- 7 1 8 Still seeing this issue in Django 1.7.9 (Python 2.7.6) 2 9