From fb516083324f581b5a100cb3abb74301c4847312 Mon Sep 17 00:00:00 2001 From: Gary Wilson Jr Date: Mon, 21 Jul 2008 17:13:41 +0000 Subject: [PATCH] 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 --- docs/forms.txt | 11 ----------- docs/oldforms.txt | 5 ++--- 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:: 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 ============