Re: Upcoming Django release, and the future

2007-03-05 Thread Lakin Wecker
On 2/25/07, James Bennett <[EMAIL PROTECTED]> wrote: If there's a bug that's been annoying the heck out of you and you want > it fixed before the release, this would be the time to speak up about > it. We have a fairly high concentration of Django developers all in > one place with nothing to do

Re: Upcoming Django release, and the future

2007-02-27 Thread Andrew Diederich
On Tuesday, February 27, 2007, 8:41:44 AM, Marc Fargas Esteve wrote: > Hi Andrew, > There's a ticket for that openned: > http://code.djangoproject.com/ticket/3589 > And it's closed as fixed :) Thanks! The ticket itself doesn't have 'postgresql_psycopg2' in it, so I didn't find it searching. An

Re: Upcoming Django release, and the future

2007-02-27 Thread Marc Fargas Esteve
Hi Andrew, There's a ticket for that openned: http://code.djangoproject.com/ticket/3589 And it's closed as fixed :) On 2/27/07, Andrew Diederich <[EMAIL PROTECTED]> wrote: > > On Monday, February 26, 2007, 4:39:29 PM, James Bennett wrote: > > > On 2/26/07, Andrew Diederich <[EMAIL PROTECTED]> wro

Re: Upcoming Django release, and the future

2007-02-27 Thread Andrew Diederich
On Monday, February 26, 2007, 4:39:29 PM, James Bennett wrote: > On 2/26/07, Andrew Diederich <[EMAIL PROTECTED]> wrote: >> On Monday, February 26, 2007, 3:00:30 PM, Jacob Kaplan-Moss wrote: >> > For the other bit, though, see [4624]. >> >> This ticket doesn't exist. I looked for similarly number

Re: Upcoming Django release, and the future

2007-02-27 Thread Phil Powell
On 26/02/07, James Bennett <[EMAIL PROTECTED]> wrote: > If there's a bug that's been annoying the heck out of you and you want > it fixed before the release, this would be the time to speak up about > it. We have a fairly high concentration of Django developers all in > one place with nothing to d

Re: Upcoming Django release, and the future

2007-02-27 Thread Dirk Eschler
On Montag, 26. Februar 2007, James Bennett wrote: Hi James, [...] > If there's a bug that's been annoying the heck out of you and you want > it fixed before the release, this would be the time to speak up about > it. We have a fairly high concentration of Django developers all in > one place wit

Re: Upcoming Django release, and the future

2007-02-27 Thread Russell Keith-Magee
On 2/27/07, David Larlet <[EMAIL PROTECTED]> wrote: > > 2007/2/27, Manoj Govindan <[EMAIL PROTECTED]>: > > > > Will 0.96 have support for fixtures (a la #2333)? > > Also, am I the only one waiting for them? ;) > > > > Read the entire thread, we are all waiting for a single word of Adrian ;-). FY

Re: Upcoming Django release, and the future

2007-02-27 Thread David Larlet
2007/2/27, Manoj Govindan <[EMAIL PROTECTED]>: > > Will 0.96 have support for fixtures (a la #2333)? > Also, am I the only one waiting for them? ;) > Read the entire thread, we are all waiting for a single word of Adrian ;-). Cheers, David Larlet --~--~-~--~~~---~--

Re: Upcoming Django release, and the future

2007-02-27 Thread Manoj Govindan
Will 0.96 have support for fixtures (a la #2333)? Also, am I the only one waiting for them? ;) Regards, Manoj On Feb 26, 9:56 am, "James Bennett" <[EMAIL PROTECTED]> wrote: > Upcoming Django release, and the future > > As we sit here in warm, sunny Dallas, meditating on how next year's > PyCon w

Re: Upcoming Django release, and the future

2007-02-26 Thread [EMAIL PROTECTED]
Malcolm said: > I wasn't going to look at it unless I ran out of things to do. That > hasn't happened yet. You may remember me saying I don't like edit > inline, so developing enthusiasm to look at these bugs is difficult. We > have to fix them somehow, so if somebody else wants to do that, I'm n

Re: Upcoming Django release, and the future

2007-02-26 Thread Tilo Kussatz
> If there's a bug that's been annoying the heck out of you and you want > it fixed before the release, this would be the time to speak up about > it. We have a fairly high concentration of Django developers all in > one place with nothing to do but code, so hopefully we'll be able to > hit a lot

RE: Upcoming Django release, and the future

2007-02-26 Thread Chris Brand
> Can you create a ticket with this on it so I don't lose track of it? http://code.djangoproject.com/ticket/3587 Chris --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group,

Re: Upcoming Django release, and the future

2007-02-26 Thread Jacob Kaplan-Moss
On 2/26/07, Chris Brand <[EMAIL PROTECTED]> wrote: > Ok, I got hold of my code. [snip] Can you create a ticket with this on it so I don't lose track of it? Reading through it all is a little difficult, so I'm gonna want to have it somewhere I can refer back to. Thanks! Jacob --~--~-~-

Re: Upcoming Django release, and the future

2007-02-26 Thread Jacob Kaplan-Moss
On 2/26/07, Andrew Diederich <[EMAIL PROTECTED]> wrote: > I'd like to see the mssql patches applied, ticket > http://code.djangoproject.com/ticket/2358. I'd also like to see the > postgresql_psycopg2 database option mentioned in the default comments > in the settings.py file for the DATABASE_ENGI

RE: Upcoming Django release, and the future

2007-02-26 Thread Chris Brand
> > Please do elaborate on this. AFAIK FKs in filter() work just fine, so > > if there's something broken we should know about it right away. > > I found ticket 2076, but that only concerns order_by(). > > I haven't got access to my code at the moment. Ok, I got hold of my code. Of course (I h

Re: Upcoming Django release, and the future

2007-02-26 Thread Andrew Diederich
On Sunday, February 25, 2007, 9:56:36 PM, James Bennett wrote: > If you've got any questions about all of this, feel free to reply and > I'll do my best to answer them or delegate to someone who can. And if > you've got some free time this week and want to help us kill bugs in > the run up to 0.9

RE: Upcoming Django release, and the future

2007-02-26 Thread Chris Brand
> I'm not sure how Chris is filtering/ordering, but there are > several ways of specifying fields, depending on the context. In > filtering, one needs to use the double-underscore scheme as in > > Foo.objects.filter(foreignfieldname__foreignfield = 42) > > whereas in ordering, IIRC, you h

Re: Upcoming Django release, and the future

2007-02-26 Thread Tim Chase
>> I've been using 0.95 for a few months now, and the one thing that is really >> annoying is using foreign keys in filter() and order_by() statements. Not >> sure about a bug # (I will see if I can find one), but I always seem to end >> up with errors about unknown table names, and end up having

RE: Upcoming Django release, and the future

2007-02-26 Thread Chris Brand
> Please do elaborate on this. AFAIK FKs in filter() work just fine, so > if there's something broken we should know about it right away. I found ticket 2076, but that only concerns order_by(). I haven't got access to my code at the moment. Chris --~--~-~--~~~---~

Re: Upcoming Django release, and the future

2007-02-26 Thread Jacob Kaplan-Moss
On 2/26/07, Chris Brand <[EMAIL PROTECTED]> wrote: > I've been using 0.95 for a few months now, and the one thing that is really > annoying is using foreign keys in filter() and order_by() statements. Not > sure about a bug # (I will see if I can find one), but I always seem to end > up with error

RE: Upcoming Django release, and the future

2007-02-26 Thread Chris Brand
> If there's a bug that's been annoying the heck out of you and you want > it fixed before the release, this would be the time to speak up about > it. We have a fairly high concentration of Django developers all in > one place with nothing to do but code, so hopefully we'll be able to > hit a lot

Re: Upcoming Django release, and the future

2007-02-26 Thread Chris Moffitt
> Did anyone ever figure out if we can (legally/morally) include > decimal.py as django.utils.decimal (for 2.3 support)? > Given Malcolm's perspective, let me know if the design decision would be to include decimal.py. If it is, I can try to do some leg work to track down the legal aspects. Ju

Re: Upcoming Django release, and the future

2007-02-26 Thread Malcolm Tredinnick
On Sun, 2007-02-25 at 23:56 -0600, Jacob Kaplan-Moss wrote: > On 2/25/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: [...] > > Third, there are lots of translation tickets ready for checkin, which > > would be nice to patch in. Django's got a good reputation for i18n/ > > l10n, so getting these

Re: Upcoming Django release, and the future

2007-02-25 Thread Malcolm Tredinnick
On Mon, 2007-02-26 at 00:00 -0600, Jacob Kaplan-Moss wrote: > On 2/25/07, Chris Moffitt <[EMAIL PROTECTED]> wrote: > > Also, I'd like to see some of the decimal related tickets worked on but > > this may have to wait until 1.0. > > http://code.djangoproject.com/wiki/VersionOneFeatures#DecimalField

Re: Upcoming Django release, and the future

2007-02-25 Thread Malcolm Tredinnick
On Sun, 2007-02-25 at 23:56 -0600, Jacob Kaplan-Moss wrote: > On 2/25/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: [...] > > Third, there are lots of translation tickets ready for checkin, which > > would be nice to patch in. Django's got a good reputation for i18n/ > > l10n, so getting these

Re: Upcoming Django release, and the future

2007-02-25 Thread Jacob Kaplan-Moss
On 2/25/07, Chris Moffitt <[EMAIL PROTECTED]> wrote: > Also, I'd like to see some of the decimal related tickets worked on but > this may have to wait until 1.0. > http://code.djangoproject.com/wiki/VersionOneFeatures#DecimalField Did anyone ever figure out if we can (legally/morally) include dec

Re: Upcoming Django release, and the future

2007-02-25 Thread Jacob Kaplan-Moss
On 2/25/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > My vote would be for spending some time on edit_inline (e.g. > http://code.djangoproject.com/wiki/FeatureGrouping#Multipleedit_inlineissues), > as this alone is causing craploads of bugs and cleaning all these out > would be great. AFAIK,

Re: Upcoming Django release, and the future

2007-02-25 Thread Malcolm Tredinnick
On Sun, 2007-02-25 at 21:22 -0800, [EMAIL PROTECTED] wrote: > Excellent, I hope you guys get many hours for coding! > > Here's a few comments based on my triage experience (whatever that's > worth): > > My vote would be for spending some time on edit_inline (e.g. > http://code.djangoproject.com/

Re: Upcoming Django release, and the future

2007-02-25 Thread Chris Moffitt
> If there's a bug that's been annoying the heck out of you and you want > it fixed before the release, this would be the time to speak up about > it. We have a fairly high concentration of Django developers all in > one place with nothing to do but code, so hopefully we'll be able to > hit a lot

Re: Upcoming Django release, and the future

2007-02-25 Thread [EMAIL PROTECTED]
Excellent, I hope you guys get many hours for coding! Here's a few comments based on my triage experience (whatever that's worth): My vote would be for spending some time on edit_inline (e.g. http://code.djangoproject.com/wiki/FeatureGrouping#Multipleedit_inlineissues), as this alone is causing