Changes between Version 2 and Version 3 of Ticket #24653
- Timestamp:
- Apr 16, 2015, 6:39:02 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24653 – Description
v2 v3 14 14 This happens using python 3, might have to do something with #24390. 15 15 16 The only way to workaround this now is to create a `migrations.RunPython( fk_remove)` statement before the `migrations.RemoveField`, to remove the foreign key manually, by getting its name from `INFORMATION_SCHEMA`:16 The only way to workaround this now is to create a `migrations.RunPython(remove_fk)` statement before the `migrations.RemoveField`, to remove the foreign key manually, by getting its name from `INFORMATION_SCHEMA`: 17 17 18 18 {{{