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
This commit is contained in:
parent
3a2686a70d
commit
fb51608332
|
@ -2470,14 +2470,3 @@ with the management form::
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
The above ends up calling the ``as_table`` method on the formset class.
|
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.
|
|
||||||
|
|
|
@ -8,10 +8,9 @@ Forwards-compatibility note
|
||||||
The legacy forms/manipulators system described in this document is going to be
|
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
|
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
|
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
|
use the new `forms library`_.
|
||||||
`forms documentation`_.
|
|
||||||
|
|
||||||
.. _forms documentation: ../forms/
|
.. _forms library: ../forms/
|
||||||
|
|
||||||
Introduction
|
Introduction
|
||||||
============
|
============
|
||||||
|
|
Loading…
Reference in New Issue