Ticket #16091: ref_model_doc_16091.diff
File ref_model_doc_16091.diff, 513 bytes (added by , 13 years ago) |
---|
-
docs/ref/models/instances.txt
38 38 2. Validate the model as a whole 39 39 3. Validate the field uniqueness 40 40 41 All three steps are performed when you call bya model's41 All three steps are performed when you call a model's 42 42 ``full_clean()`` method. 43 43 44 44 When you use a ``ModelForm``, the call to ``is_valid()`` will perform