summaryrefslogtreecommitdiff
path: root/docs/ref/models
diff options
context:
space:
mode:
authorTimo Graham <timograham@gmail.com>2011-05-31 09:42:19 +0000
committerTimo Graham <timograham@gmail.com>2011-05-31 09:42:19 +0000
commitcaefdc824665f24d083c03fbf96e6b5303dba37c (patch)
treea2372e74cb52d42b1e0d31690623e2c0f9b35cd1 /docs/ref/models
parent0994416d3f2dbe4a6428213274aef8a91e717c04 (diff)
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
Diffstat (limited to 'docs/ref/models')
-rw-r--r--docs/ref/models/instances.txt2
1 files changed, 1 insertions, 1 deletions
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