Changes between Initial Version and Version 1 of Ticket #34357


Ignore:
Timestamp:
Feb 20, 2023, 6:15:41 PM (19 months ago)
Author:
Conrad
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34357 – Description

    initial v1  
    1 I have the following constraint on my model:
     1I have the following constraint on my model, which should achieve that there are never 2 "not-ended" instances to each contract ([https://stackoverflow.com/questions/75436822/django-uniqueconstraint-not-working-as-expected] as reference):
    22{{{
    33        constraints = [
Back to Top