On Thu, Jul 10, 2008 at 3:10 PM, Julien Phalip <[EMAIL PROTECTED]> wrote: > > Hi, > > I couldn't find a precise indication for that in the mailing list, but > please point me out if I missed it. > > The roadmap clearly says that "nothing should rely on the deprecated > oldforms". Does it mean that after 1.0 goes live, oldforms will go > altogether and there won't be the need to do the following anymore?
v1.0 will not include oldforms in any form. We are committing to providing backwards compatibility for any API present in v1.0 final, and we have no intention of supporting oldforms into the future. At some point between now and v1.0 final, newforms will be renamed to forms, and oldforms will be removed. This will happen once the last oldforms dependencies have been purged from the tree - that is, generic views, contrib.admin and contrib.comments. Once this rename happens, 'from django import forms' will be all you need to do. Yours, Russ Magee %-) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
