Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
1198 Widoki

how to cancel that option when one field have 1 information in specific.


for example, if field1 = lalalala, the user cant duplicate the document

Awatar
Odrzuć
Najlepsza odpowiedź

Hi,

You can use constraints for this,

_sql_constraints = [
        ('name_uniq', 'UNIQUE (field_name)',  'The name must be unique !')
    ]


Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
cze 25
1925
3
lip 25
3517
1
maj 25
1635
1
maj 25
1886
4
maj 25
3007