mirror of
https://github.com/django/django.git
synced 2025-12-23 09:19:27 +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:
parent
a907e15cad
commit
23a3c08bbb
1 changed files with 1 additions and 1 deletions
|
|
@ -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=[]])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue