On 12/8/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I came across the new 'newforms' page in Django documentation pages.
> I am rather happy to get details about the replacement plan, but it is
> definitely lacking information about 'what' it will really replace, and in 
> what
> way.
>
> So here I am with a few questions:
> 1) is this module fully operational yet?
> 2) does it replace the whole manipulator (automatic/custom) concept?
> 3) and most important: if so, how?

It's about 90% operational. Everything that's in it works, but there's
at least one feature I still need to add, which is the code that
creates a Form from a model class, or a list of model fields.

Yes, it replaces the whole manipulator concept. Instead of using
Manipulators, you use Forms. The latter are much, much easier and
convenient to use.

I'd encourage you to take a look at those unit tests again, even
though you said you looked at them. Feel free to use newforms in your
own applications. Otherwise, just stay patient until we update the
documentation.

Adrian

-- 
Adrian Holovaty
holovaty.com | djangoproject.com

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

Reply via email to