Changes between Version 3 and Version 4 of Ticket #34871, comment 10


Ignore:
Timestamp:
Feb 22, 2024, 1:20:24 AM (3 months ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34871, comment 10

    v3 v4  
    1515
    1616models.UniqueConstraint(
    17     Case(When(Exact(F("active", True), then=F("email"))),
     17    Case(When(Exact(F("active"), True), then=F("email"))),
    1818        name="unique_active_email",
    1919    )
Back to Top