Ticket #16091: ref_model_doc_16091.diff

File ref_model_doc_16091.diff, 513 bytes (added by teraom, 13 years ago)
  • docs/ref/models/instances.txt

     
    3838    2. Validate the model as a whole
    3939    3. Validate the field uniqueness
    4040
    41 All three steps are performed when you call by a model's
     41All three steps are performed when you call a model's
    4242``full_clean()`` method.
    4343
    4444When you use a ``ModelForm``, the call to ``is_valid()`` will perform
Back to Top