Author: gwilson
Date: 2008-07-21 12:13:41 -0500 (Mon, 21 Jul 2008)
New Revision: 8029

Modified:
   django/trunk/docs/forms.txt
   django/trunk/docs/oldforms.txt
Log:
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.


Modified: django/trunk/docs/forms.txt
===================================================================
--- django/trunk/docs/forms.txt 2008-07-21 17:12:15 UTC (rev 8028)
+++ django/trunk/docs/forms.txt 2008-07-21 17:13:41 UTC (rev 8029)
@@ -2470,14 +2470,3 @@
     </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.

Modified: django/trunk/docs/oldforms.txt
===================================================================
--- django/trunk/docs/oldforms.txt      2008-07-21 17:12:15 UTC (rev 8028)
+++ django/trunk/docs/oldforms.txt      2008-07-21 17:13:41 UTC (rev 8029)
@@ -8,10 +8,9 @@
 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
 ============


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to