naboj-org / bullet

GNU Affero General Public License v3.0
2 stars 2 forks source link

add page unique constraints #197

Open gardenerik opened 2 years ago

gardenerik commented 2 years ago

image

krtko1 commented 2 years ago

need to do something like this but more complicated because countries is ArrayField and we want UniqueConstraint ["slug", "branch", "language"] and country form countries? https://stackoverflow.com/questions/59571895/make-base-field-of-arrayfield-unique-for-a-table-in-django

maybe it can by done through https://docs.djangoproject.com/en/4.0/ref/models/constraints/#condition ? Not sure how