From 23a3c08bbbed3eb30c5ecce3cd5543c99d5ce883 Mon Sep 17 00:00:00 2001 From: Joseph Kocherhans Date: Fri, 1 Jan 2010 21:14:12 +0000 Subject: [PATCH] [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 --- docs/ref/models/instances.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=[]])