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: un-broken order_by (was "Upcoming Django release, and the future")

2007-03-01 Thread Ramiro Morales
On 2/28/07, Chris Brand <[EMAIL PROTECTED]> wrote: > > I will do so, but it's going to be a week or so before I have the time to > get to it. > > I assume the documentation you mention is in the file docs/db-api.txt ? After you apply the patch, yes. See the .diff file to find the proposed modific

RE: un-broken order_by (was "Upcoming Django release, and the future")

2007-02-28 Thread Chris Brand
> On 2/27/07, Ramiro Morales <[EMAIL PROTECTED]> wrote: > > Please apply & test the patch attached to ticket # 2076 > > But it could be of great help in you situation and it would be great > if you help us by testing it. I will do so, but it's going to be a week or so before I have the time to g

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: un-broken order_by (was "Upcoming Django release, and the future")

2007-02-27 Thread Ramiro Morales
On 2/27/07, Ramiro Morales <[EMAIL PROTECTED]> wrote: > > Please apply & test the patch attached to ticket #2076 because I suspect this > is the same issue. The select_related() call you are using is a workaround to > the real problem as suggested by Malcolm and the patch intends to be a > solut

Re: un-broken order_by (was "Upcoming Django release, and the future")

2007-02-27 Thread Ramiro Morales
Chris, On 2/26/07, Chris Brand <[EMAIL PROTECTED]> wrote: > > Having gone on a dot-removal frenzy, I still have this one that fails : > >>> from camps import models > >>> app_list = > models.Application.objects.select_related().order_by('camps_board_time_block > .start_time') > >>> app_list > Tra

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 o

Upcoming Django release, and the future

2007-02-26 Thread omat * gezgin.com
For the upcoming release, may I suggest a way to override the language selection precedence and/or force a preset language in get_language_from_request, as discussed here: http://groups.google.com/group/django-users/browse_thread/thread/15ec233671b0beed Thanks, oMat On 27 Şubat, 02:26, Malcol

RE: un-broken order_by (was "Upcoming Django release, and the future")

2007-02-26 Thread Malcolm Tredinnick
On Mon, 2007-02-26 at 15:28 -0800, Chris Brand wrote: [...] > OperationalError: (1054, "Unknown column 'camps_board_time_block.start_time' > in 'order clause'") > > I've tried substituting fields of other related tables, and they work fine. > > Going directly into the db, I think I have everythi

Re: Re[2]: Upcoming Django release, and the future

2007-02-26 Thread Sean De La Torre
>> That's too bad. I have the patches in #2358, at least, to keep me >> going for now, which is good. Check the status on 2358 - it was recently accepted. I don't know when it will be applied, but it seems like they are actively looking at ti. Sean On 2/26/07, Andrew Diederich <[EMAIL PROTECTE

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: Re[2]: Upcoming Django release, and the future

2007-02-26 Thread James Bennett
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 numbered ones, but > didn't find it. That's changeset 4624, not ticket 4624

Re[2]: Upcoming Django release, and the future

2007-02-26 Thread Andrew Diederich
On Monday, February 26, 2007, 3:00:30 PM, Jacob Kaplan-Moss wrote: > 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 mentione

RE: un-broken order_by (was "Upcoming Django release, and the future")

2007-02-26 Thread Chris Brand
Having gone on a dot-removal frenzy, I still have this one that fails : >>> from camps import models >>> app_list = models.Application.objects.select_related().order_by('camps_board_time_block .start_time') >>> app_list Traceback (most recent call last): File "", line 1, in ? File "/usr/lib/py

RE: un-broken order_by (was "Upcoming Django release, and the future")

2007-02-26 Thread Chris Brand
> You have an addiction to dots...if you were doing unit tests, > this would be A Good Thing(tm) :) However, in an ORDER BY > clause, not so much. I wouldn't cause it an addiction as such. I may occasionally use them a little more than is good for me...:-) > > IIUC, you need to do a select_rela

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: un-broken order_by (was "Upcoming Django release, and the future")

2007-02-26 Thread Tim Chase
> #app_list = > camp.application_set.filter(year=year_filter).order_by('camps_application__c > adet.sqn.wing.name') > > You can see where I've commented-out what I wanted to do. The commented-out > version gives : > Exception Type: OperationalError > Exception Value: (1054, "Unknow

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

Upcoming Django release, and the future

2007-02-25 Thread James Bennett
Upcoming Django release, and the future As we sit here in warm, sunny Dallas, meditating on how next year's PyCon will be in cold, cloudy Chicago, we're also getting ready to push out a new release of Django, and with that there are some things you all need to know, and as you