diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2009-07-03 06:25:42 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2009-07-03 06:25:42 +0000 |
| commit | df2011c61b85e52bb8e4c092e7e30a8b11caa770 (patch) | |
| tree | 5c6e6ea17952520af9b4604d6e5d79e32eadafa2 /docs/topics | |
| parent | 45411379b4891a8d373e3232b95596f445bbab73 (diff) | |
[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
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/forms/modelforms.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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 ----------------------------- |
