Commit df2011c6 authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

[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
parent 45411379
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -366,6 +366,8 @@ parameter when declaring the form field::
   ...     class Meta:
   ...         model = Article

.. _overriding-modelform-clean-method:

Overriding the clean() method
-----------------------------