1
0
mirror of https://github.com/django/django.git synced 2025-07-06 18:59:13 +00:00

[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
This commit is contained in:
Joseph Kocherhans 2010-01-01 21:14:12 +00:00
parent a907e15cad
commit 23a3c08bbb

View File

@ -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=[]])