On Mon, Jan 12, 2009 at 6:11 AM, seki <sekiskyl...@gmail.com> wrote:

>
> Hi guys,
> I have been teaching myself Django and I have worked with the latest
> release. To me it seems the new library isn't shipped with the
> newforms library ( i.e Django-1.0.2-final)...
> I just coppied the library from an older version.
> Hope that's pretty fine...
>

newforms was never intended to be a permanent name for the new forms
package, it was just a temporary name to allow co-existence with the
original forms and allow for easier migration.  Prior to 1.0, all traces of
"old" forms were removed from the django tree and newforms was renamed to
forms.  By copying an old copy of newforms, you have likely downgranded your
forms support to a version that does not have all the 1.0+ bugfixes.  You
should just use forms as shipped.

Karen

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to