summaryrefslogtreecommitdiff
path: root/docs/api_stability.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/api_stability.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/api_stability.txt')
-rw-r--r--docs/api_stability.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api_stability.txt b/docs/api_stability.txt
index 769359b75e..2a10f34a41 100644
--- a/docs/api_stability.txt
+++ b/docs/api_stability.txt
@@ -115,6 +115,6 @@ change:
.. _template language: ../templates/
.. _transactions: ../transactions/
.. _url dispatch: ../url_dispatch/
-.. _forms and validation: ../forms/
+.. _forms and validation: ../oldforms/
.. _serialization: ../serialization/
.. _authentication: ../authentication/