On 6/21/07, Dirk van Oosterbosch, IR labs <[EMAIL PROTECTED]> wrote: > > On 20-jun-2007, at 22:19, SanPy wrote: > > > File and image uploading for newforms, AFAIK, is not implemented in > > 0.96. There is a ticket for this (#3297). If you look in the django- > > developers newsgroup and search for #3297, you will find more > > information. It is possible to have it working with the latest trunk > > from SVN and a patch from #3297. It works fine on my machine with the > > latest trunk and patch. > > Hi Sander, > > Thanks for the pointers on this one, > > There seems to be an incompatibility between the latest trunk (rev 5505) and > the last (06/13/07) patch for #3297. More on this below.
I was looking at this a few weeks ago before I got sent to the ends of the earth by my employer; I'm back now, so I'm hoping to get back into this problem. > Question: can I mix and match oldforms and newforms together? (in the same > application that is, not in the same view or form obviously). Sure. One view uses newforms, another view uses oldforms; as long as you import both as required, there is no potential for crossover between the two. In fact, if you're deploying the admin app, you're already using both. The current trunk admin uses oldforms (though not for long). 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 -~----------~----~----~----~------~----~------~--~---