On 10/17/07, onno <[EMAIL PROTECTED]> wrote:
>
> I keep reading two things
> Newforms is stable, use it !!
> Newforms is in flux, will change a lot over time ...
>
> I have to build an application that uses newforms a lot! I use SVN
> 0.97 version
>
> Should I expect that my code breaks al over in coming svn version or
> when going to 0.98

Nothing is _absolutely_ guaranteed stable until v1.0; however, the
newforms components that are in trunk are fairly stable, and I'm not
anticipating any major incompatible changes between now and v1.0.

It is possible there will be some small changes to trunk newforms
features. If we do introduce a backwards incompatible change, it will
be documented in the wiki:

http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges

If we push out a backwards-incompatible change, it will be announced
on this page, along with instructions for how to adapt existing code.
Alternatively, you can just pick an SVN revision that works for you,
and stick with it.

The parts of newforms that are 'in flux' are contained in the
newforms-admin branch, and are mostly to do with 'formsets' (the
feature previously known as edit-inline). These features won't be
pushed into trunk until they are stable.

If you are starting a new application, I certainly wouldn't use
oldforms and manipulators. Aside from the fact that they are
bug-ridden, inflexible and at times inefficient - they are guaranteed
to disappear in the near future.

Yours,
Russ Magee %-)

--~--~---------~--~----~------------~-------~--~----~
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