Changes between Initial Version and Version 1 of Ticket #29193, comment 3


Ignore:
Timestamp:
Mar 29, 2018, 4:51:16 PM (6 years ago)
Author:
Joshua Massover

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29193, comment 3

    initial v1  
    2020Before it would only drop and recreate constraints if the field was a foreign key. Now it drops and recreates all constraints if the field is unique.
    2121
    22 Naively removing the unique check that was added in https://code.djangoproject.com/ticket/28305 will fix this problem. All the tests pass. Looking back at the ticket I don't really understand the intention, so this seems like an awful idea.
     22Naively removing the unique check that was added in https://code.djangoproject.com/ticket/28305 will fix this problem. All the tests pass. Looking back at the ticket I don't really understand the intention so this seems like an awful idea for me to try.
    2323
    2424
Back to Top