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:: 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 ============