Changes between Version 1 and Version 2 of Ticket #13091, comment 22
- Timestamp:
- Mar 25, 2014, 3:45:06 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13091, comment 22
v1 v2 5 5 obj = form.save() 6 6 }}} 7 The "''strict_u inique_checks''" kwarg will force ''ModelForm'' to perform unique_together checks using existing instance values if some.fields are omitted in form.7 The "''strict_unique_checks''" kwarg will force ''ModelForm'' to perform unique_together checks using existing instance values if some.fields are omitted in form. 8 8 9 9 Another option is to add new Meta option like this: