Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
1197 Zobrazení

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


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

Avatar
Zrušit
Nejlepší odpověď

Hi,

You can use constraints for this,

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


Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
čvn 25
1922
3
čvc 25
3514
1
kvě 25
1635
1
kvě 25
1886
4
kvě 25
3007