Changes between Version 2 and Version 3 of Ticket #24653


Ignore:
Timestamp:
Apr 16, 2015, 6:39:02 PM (10 years ago)
Author:
László Károlyi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24653 – Description

    v2 v3  
    1414This happens using python 3, might have to do something with #24390.
    1515
    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`:
     16The 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`:
    1717
    1818{{{
Back to Top