Changes between Version 1 and Version 2 of Ticket #23614, comment 4


Ignore:
Timestamp:
Oct 27, 2014, 8:14:19 PM (9 years ago)
Author:
Markus Holtermann

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23614, comment 4

    v1 v2  
    11I opened an initial pull-request: https://github.com/django/django/pull/3430
    22
    3 This patch only solves the problem for one situation: removing a field. However, renaming a field and keeping it in the `index/unique_together` option isn't supported yet.
     3This patch only solves the problem for one situation: removing a field. Renaming a field and keeping it in the `index/unique_together` option shouldn't be a problem, since `_generate_altered_foo_together` works on the renamed fields.
Back to Top