From 566b3295fa77e9755613ac36e0d73950938cc577 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Sat, 13 Aug 2011 11:58:19 +0000 Subject: Fixed #16621 -- Fixed lots of typos in the docs. Thanks, Bernhard Essl. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16615 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/topics/forms/modelforms.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/topics/forms') diff --git a/docs/topics/forms/modelforms.txt b/docs/topics/forms/modelforms.txt index 3492f4ed76..07c7b02c19 100644 --- a/docs/topics/forms/modelforms.txt +++ b/docs/topics/forms/modelforms.txt @@ -713,7 +713,7 @@ Overiding ``clean()`` on a ``model_formset`` Just like with ``ModelForms``, by default the ``clean()`` method of a ``model_formset`` will validate that none of the items in the formset violate the unique constraints on your model (either ``unique``, ``unique_together`` or -``unique_for_date|month|year``). If you want to overide the ``clean()`` method +``unique_for_date|month|year``). If you want to override the ``clean()`` method on a ``model_formset`` and maintain this validation, you must call the parent class's ``clean`` method:: -- cgit v1.3