From df2011c61b85e52bb8e4c092e7e30a8b11caa770 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Fri, 3 Jul 2009 06:25:42 +0000 Subject: [PATCH] [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 --- docs/topics/forms/modelforms.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/topics/forms/modelforms.txt b/docs/topics/forms/modelforms.txt index 8872be665c..9dd5e68a1c 100644 --- a/docs/topics/forms/modelforms.txt +++ b/docs/topics/forms/modelforms.txt @@ -366,6 +366,8 @@ parameter when declaring the form field:: ... class Meta: ... model = Article +.. _overriding-modelform-clean-method: + Overriding the clean() method -----------------------------