Re: Can we drop Oracle 9 support?

2011-11-24 Thread Anssi Kääriäinen
On Nov 22, 9:14 pm, Ian Kelly wrote: > On Tue, Nov 22, 2011 at 1:54 AM, Anssi Kääriäinen > > wrote: > > I can do a patch for this if needed. Are you (or somebody else) > > working on this? > > I had some specific ideas for how to approach it, but I haven't done > any actual work yet.  Feel free t

Django 1.4 roadmap

2011-11-24 Thread Marcob
Dear Django Core Developers, first and foremost, thank you for Django, which is a wonderful project. I realize that this is a volunteer-based project, but I was wondering if you have any updates regarding the wiki page for the 1.4 roadmap? (https://code.djangoproject.com/wiki/Version1.4Roadmap) I'm

Suggested Oracle double-fetch fix (was Re: Can we drop Oracle 9 support?)

2011-11-24 Thread Shai Berger
On Thursday 24 November 2011, I wrote: > On Tuesday 22 November 2011, Anssi Kääriäinen wrote: > > I can do a patch for this if needed. Are you (or somebody else) > > working on this? > > While you're at it, [...] While we're all at it, I would like to bring to your attention another suggested fi

Re: Suggested Oracle double-fetch fix (was Re: Can we drop Oracle 9 support?)

2011-11-24 Thread Ian Kelly
On Thu, Nov 24, 2011 at 3:00 PM, Shai Berger wrote: > While we're all at it, I would like to bring to your attention another > suggested fix for Oracle. The patch attached here tells the backend that if a > fetch operation retrieved less than the requested array size, then no further > fetch attem

Formwizard and manytomany

2011-11-24 Thread Arthur Fortes
Hello, I'm new in Django and I got a problem with a formwizard. My manytomany dont works with formwizard. When I try appears this error : 'areaes' is an invalid keyword argument for this function. What I should do? So my formwizard is: class CadastroWizard(FormWizard): def get_template(self,

Re: Formwizard and manytomany

2011-11-24 Thread Jawaad Mahmood
On Nov 25, 10:53 am, Arthur Fortes wrote: > Hello, I'm new in Django and I got a problem with a formwizard. My > manytomany dont works with formwizard. When I try appears this error : > 'areaes' is an invalid keyword argument for this function. What I > should do? - snip- Arthur, could you pleas

Re: Formwizard and manytomany

2011-11-24 Thread Russell Keith-Magee
On Fri, Nov 25, 2011 at 12:27 PM, Jawaad Mahmood wrote: > On Nov 25, 10:53 am, Arthur Fortes wrote: >> Hello, I'm new in Django and I got a problem with a formwizard. My >> manytomany dont works with formwizard. When I try appears this error : >> 'areaes' is an invalid keyword argument for this f