I am trying Django forms. I just updated to the new svn revision 4186.
But when I try >>> from django import newforms Traceback (most recent call last): File "<console>", line 1, in ? ImportError: cannot import name newforms What do I need to do? RS On 12/8/06, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > > > 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 -~----------~----~----~----~------~----~------~--~---