summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoseph Kocherhans <joseph@jkocherhans.com>2010-01-01 21:14:12 +0000
committerJoseph Kocherhans <joseph@jkocherhans.com>2010-01-01 21:14:12 +0000
commit23a3c08bbbed3eb30c5ecce3cd5543c99d5ce883 (patch)
treefcbfe1db62a27d3b06576f922b19f0fdd73767e0 /docs
parenta907e15cad3ede93f8b785007bdf93205b4f431a (diff)
[soc2009/model-validation] Fixed a typo in the models/instances documentation.
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/model-validation@12040 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-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 3f61d729ff..43f18338a1 100644
--- a/docs/ref/models/instances.txt
+++ b/docs/ref/models/instances.txt
@@ -32,7 +32,7 @@ Validating objects
.. versionadded:: 1.2
-To validate your model, just call it's ``full_validate()`` method:
+To validate your model, just call its ``full_validate()`` method:
.. method:: Model.full_validate([exclude=[]])