In my opinion, it depends on your deadlines. If you have short-term deadlines, then you should use the old forms and to rewrite them some day.
Otherwise, you should use new forms, but only in development server, until the new forms are officially introduced as finished and you can finish all the details like file uploads. Regards, Aidas Bendoraitis aka Archatas On 1/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Hi, I'm relatively new to django. I've installed django from the source repository. At the moment I'm considering use of newforms for my application. They seem to be much easier to use then the oldforms, but at the same time, as they are in the development phase, there are many parts that are still missing. One example is the FileField, which is still to be implemented, among others. By using oldforms, accompanied with manipulators and validators, I would have most problems solved, but at some time would have to rewrite the code. If using newforms, I would have to implement most of the widgets and fields myself and afterwards switch to automatic things provided by newforms. Which is the prefered way to go? All the best, Mladen >
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---

