From caefdc824665f24d083c03fbf96e6b5303dba37c Mon Sep 17 00:00:00 2001 From: Timo Graham Date: Tue, 31 May 2011 09:42:19 +0000 Subject: Fixed #16090, #16091, #16114 - Typos in docs; thanks teraom. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16300 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/models/instances.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref/models') diff --git a/docs/ref/models/instances.txt b/docs/ref/models/instances.txt index 02b9faed22..3728a09804 100644 --- a/docs/ref/models/instances.txt +++ b/docs/ref/models/instances.txt @@ -38,7 +38,7 @@ There are three steps involved in validating a model: 2. Validate the model as a whole 3. Validate the field uniqueness -All three steps are performed when you call by a model's +All three steps are performed when you call a model's ``full_clean()`` method. When you use a ``ModelForm``, the call to ``is_valid()`` will perform -- cgit v1.3