[1.0.X] Added a Sphinx anchor that somehow got omitted from r11102.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11168 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Russell Keith-Magee 2009-07-03 06:25:42 +00:00
parent 45411379b4
commit df2011c61b

View File

@ -366,6 +366,8 @@ parameter when declaring the form field::
... class Meta:
... model = Article
.. _overriding-modelform-clean-method:
Overriding the clean() method
-----------------------------