Changes between Initial Version and Version 3 of Ticket #32703


Ignore:
Timestamp:
May 1, 2021, 3:59:11 PM (3 years ago)
Author:
Manuel Baclet
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32703

    • Property Cc Manuel Baclet added
    • Property Needs documentation set
  • Ticket #32703 – Description

    initial v3  
    11When using a deferred UniqueConstraint, we are expecting validation not to occur before transaction commit.
    2 Considering a model with a field `unique_valued_field` with a deferred UniqueConstraint and two models `m1` and `m2`, we should be able to do:
     2Considering a model with a field `unique_valued_field` with a deferred UniqueConstraint and two instances `m1` and `m2`, we should be able to do:
    33{{{#!python
    44with transaction.atomic():
Back to Top