Changes between Initial Version and Version 1 of Ticket #29193, comment 3
- Timestamp:
- Mar 29, 2018, 4:51:16 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29193, comment 3
initial v1 20 20 Before 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. 21 21 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.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 for me to try. 23 23 24 24