Skip to content

Commit 23a3c08

Browse files
committed
[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
1 parent a907e15 commit 23a3c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ref/models/instances.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Validating objects
3232

3333
.. versionadded:: 1.2
3434

35-
To validate your model, just call it's ``full_validate()`` method:
35+
To validate your model, just call its ``full_validate()`` method:
3636

3737
.. method:: Model.full_validate([exclude=[]])
3838

0 commit comments

Comments
 (0)