跳至内容
菜单
此问题已终结
1 回复
1212 查看

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


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

形象
丢弃
最佳答案

Hi,

You can use constraints for this,

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


形象
丢弃
相关帖文 回复 查看 活动
1
6月 25
1931
3
7月 25
3519
1
5月 25
1639
1
5月 25
1889
4
5月 25
3011