summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGary Wilson Jr <gary.wilson@gmail.com>2008-07-21 17:13:41 +0000
committerGary Wilson Jr <gary.wilson@gmail.com>2008-07-21 17:13:41 +0000
commitfb516083324f581b5a100cb3abb74301c4847312 (patch)
tree200c75e8854b56861caf2fac6ea078fd5419417a /docs
parent3a2686a70d89f0ad4307ee835072d65ce1c0f310 (diff)
It's time for the "newforms" documentation to arrive:
* Removed the "more coming soon" section from bottom of "newforms" docs. * Removed note on "oldforms" docs that "we have begun to document" newforms. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8029 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/forms.txt11
-rw-r--r--docs/oldforms.txt5
2 files changed, 2 insertions, 14 deletions
diff --git a/docs/forms.txt b/docs/forms.txt
index eb7defdf38..7a1ce301ce 100644
--- a/docs/forms.txt
+++ b/docs/forms.txt
@@ -2470,14 +2470,3 @@ with the management form::
</form>
The above ends up calling the ``as_table`` method on the formset class.
-
-More coming soon
-================
-
-That's all the documentation for now. For more, see the file
-http://code.djangoproject.com/browser/django/trunk/tests/regressiontests/forms
--- the unit tests for ``django.forms``. This can give you a good idea of
-what's possible. (Each submodule there contains separate tests.)
-
-If you're really itching to learn and use this library, please be patient.
-We're working hard on finishing both the code and documentation.
diff --git a/docs/oldforms.txt b/docs/oldforms.txt
index ff8c23b61a..7703483f5d 100644
--- a/docs/oldforms.txt
+++ b/docs/oldforms.txt
@@ -8,10 +8,9 @@ Forwards-compatibility note
The legacy forms/manipulators system described in this document is going to be
replaced in the next Django release. If you're starting from scratch, we
strongly encourage you not to waste your time learning this. Instead, learn and
-use the django.forms system, which we have begun to document in the
-`forms documentation`_.
+use the new `forms library`_.
-.. _forms documentation: ../forms/
+.. _forms library: ../forms/
Introduction
============