Changes between Version 1 and Version 2 of Ticket #13091, comment 22


Ignore:
Timestamp:
Mar 25, 2014, 3:45:06 PM (10 years ago)
Author:
Evstifeev Roman

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13091, comment 22

    v1 v2  
    55    obj = form.save()
    66}}}
    7 The "''strict_uinique_checks''" kwarg will force ''ModelForm'' to perform unique_together checks using existing instance values if some.fields are omitted in form.
     7The "''strict_unique_checks''" kwarg will force ''ModelForm'' to perform unique_together checks using existing instance values if some.fields are omitted in form.
    88
    99Another option is to add new Meta option like this:
Back to Top