summaryrefslogtreecommitdiff
path: root/docs/model-api.txt
diff options
context:
space:
mode:
authorGary Wilson Jr <gary.wilson@gmail.com>2008-07-21 16:38:54 +0000
committerGary Wilson Jr <gary.wilson@gmail.com>2008-07-21 16:38:54 +0000
commit24aa08f486d7fa7fbfc91b35dd41aadeb0c900da (patch)
treefb9d58f309977467896b8dcf94f6fbb5e744786e /docs/model-api.txt
parentf28474547be843055474f0ecd05850eaed3c6d3a (diff)
Refs #7864 -- Updates to documentation for the oldforms/newforms switch.
* Moved forms.txt to oldforms.txt * Moved newforms.txt to forms.txt * Updated links and most references to "newforms" (there are a few sections that need a more significant rewrite). git-svn-id: http://code.djangoproject.com/svn/django/trunk@8020 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/model-api.txt')
-rw-r--r--docs/model-api.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/model-api.txt b/docs/model-api.txt
index 4975953b97..9a353c0ec4 100644
--- a/docs/model-api.txt
+++ b/docs/model-api.txt
@@ -716,7 +716,7 @@ that takes the parameters ``field_data, all_data`` and raises
Django comes with quite a few validators. They're in ``django.core.validators``.
-.. _validator docs: ../forms/#validators
+.. _validator docs: ../oldforms/#validators
Verbose field names
-------------------