Hi all,
The django.newforms library is getting more solid by the day, and I'm
using it for some personal and work projects. Real-world use has
helped me find and fix problems with it, and I'm pretty happy with how
things have turned out.
So, then, I'd encourage everybody to play around with django.newforms
and post a message if you have any issues or thoughts. There is no
formal documentation, but the unit tests are *quite extensive* and
serve as pretty good documentation. The unit tests live in the file
tests/regressiontests/forms/tests.py.
Probably the last major thing that's still lacking is support for
creating Forms from model classes. That will be coming soon.
I'd suggest importing the module like this:
from django import newforms as forms
That way you can change it in one place once we move this from
django.newforms to django.forms. In the interest of making it an easy
migration, we'll keep the old django.forms around as django.oldforms.
Note that you can also do "from django.newforms import *", if "import
*" strikes your fancy.
Adrian
--
Adrian Holovaty
holovaty.com | djangoproject.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django developers" 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-developers?hl=en
-~----------~----~----~----~------~----~------~--~---