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


Ignore:
Timestamp:
Aug 1, 2019, 7:43:03 AM (5 years ago)
Author:
Akash Agrawal

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30670, comment 3

    initial v1  
    44> `SchemaEditor` supports `add_constraint()` and `remove_constraint()` operations for [https://docs.djangoproject.com/en/2.2/ref/models/constraints/ Meta.constraints] manipulation, but it seems that they are [https://docs.djangoproject.com/en/2.2/ref/schema-editor/ undocumented]. We should document them.
    55
    6 So does it mean that to alter a constraint, the old constraint needs to be deleted and the new modified constraint must be added?
     6So does it mean that to alter a constraint, the old constraint needs to be deleted and the new modified constraint must be added as two separate operations?
Back to Top