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
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
> 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
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
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
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
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
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
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
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
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
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
--~--~-~--~~~---~--
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
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
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
>> 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
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
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
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
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
> 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
> 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
> 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,
> #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
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
--~--~-~-
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
> > 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
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
> 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
>> 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
> 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
--~--~-~--~~~---~
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
> 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
> 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
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
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
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
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
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,
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/
> 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
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
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
43 matches
Mail list logo