Re: MySQL test failure

2009-04-03 Thread Malcolm Tredinnick
On Sat, 2009-04-04 at 01:21 -0400, Daniel Tang wrote: [...] > Not sure if this is an end-all solution, but you can pass a > client_flag kwarg that makes MySQLdb return the number of matched rows > instead of affected rows. In MySQLdb.constants.CLIENT there is a > FOUND_ROWS constant. Passing it

Re: MySQL test failure

2009-04-03 Thread Malcolm Tredinnick
On Fri, 2009-04-03 at 21:56 -0500, Jacob Kaplan-Moss wrote: [...] > > File > "/var/buildbot/slave/parts/ubuntu-8.04-python2.4-mysql5.0/django-trunk_ubuntu-8.04-python2.4-mysql5.0/build/tests/regressiontests/model_inheritance_regress/models.py", > line ?, in

Re: Dallas 1.1 sprint - dates?

2009-04-03 Thread Matthew Marshall
I'm interested. Either weekend would work for me. MWM On Apr 2, 12:45 pm, Jeremy Dunck wrote: > Hey all, I was considering putting on a Dallas sprint for 1.1.  I'm > not sure exactly when 1.1 will ship, but soon-ish, so I was thinking > about trying to make the sprint the

Re: A bunch of little fixes

2009-04-03 Thread Malcolm Tredinnick
On Fri, 2009-04-03 at 17:50 +0200, Raffaele Salmaso wrote: > * add app_label name to related_name > http://code.djangoproject.com/ticket/9638 [... etc, etc...] What are you wanting to achieve here? Are some of these actual bug fixes (as opposed to feature enhancements) that are not already in

Re: Dallas 1.1 sprint - dates?

2009-04-03 Thread Preston Timmons
Yes, either weekend works. On Apr 3, 2:54 pm, Nizam Sayeed wrote: > Yeah. We're open for either weekend. > > On Apr 3, 1:22 pm, Brett Hoerner wrote: > > > > > On Fri, Apr 3, 2009 at 12:38 PM, Nizam Sayeed > > wrote: > >

Re: Dallas 1.1 sprint - dates?

2009-04-03 Thread Preston Timmons
I would be interested in coming as well. On Apr 3, 9:50 am, Jeremy Dunck wrote: > Gary, Justin? > > On Fri, Apr 3, 2009 at 9:47 AM, Alex Robbins > > > > wrote: > > > I live in the Dallas area and would be interested in coming, whenever > > it

A bunch of little fixes

2009-04-03 Thread Raffaele Salmaso
* add app_label name to related_name http://code.djangoproject.com/ticket/9638 * creation of m2m not managed tables http://code.djangoproject.com/ticket/10647 * avoid a js error in admin pages http://code.djangoproject.com/ticket/10651 * check action permission

Re: Dallas 1.1 sprint - dates?

2009-04-03 Thread Jeremy Dunck
Gary, Justin? On Fri, Apr 3, 2009 at 9:47 AM, Alex Robbins wrote: > > I live in the Dallas area and would be interested in coming, whenever > it happens. > > On Apr 2, 12:45 pm, Jeremy Dunck wrote: >> Hey all, I was considering putting on a

Re: Dallas 1.1 sprint - dates?

2009-04-03 Thread Alex Robbins
I live in the Dallas area and would be interested in coming, whenever it happens. On Apr 2, 12:45 pm, Jeremy Dunck wrote: > Hey all, I was considering putting on a Dallas sprint for 1.1.  I'm > not sure exactly when 1.1 will ship, but soon-ish, so I was thinking > about trying

Re: Follow-up to "contrib.admin is slow with large, complex datasets"

2009-04-03 Thread mrts
Omission: the models and admin used in experiments have changed a bit from the original post: from django.db import models class Base(models.Model): name = models.CharField(max_length=10) lots_of_text = models.TextField() class Meta: abstract = True def

Follow-up to "contrib.admin is slow with large, complex datasets"

2009-04-03 Thread Mart Somermaa
(Sorry for top-posting, Google Groups is misbehaving.) Jacob argued on #django-dev that you can already achieve the only() behaviour by overriding ModelAdmin.queryset(). So I experimented with that. "The results were disappointing," as prof. Denzil Dexter from The Fast Show used to say :) .

Re: About ticket 5622

2009-04-03 Thread Matias Surdi
Alex Gaynor escribió: > > > On Thu, Apr 2, 2009 at 1:55 PM, Matias Surdi > > wrote: > > > I think that the attached patch corrects the problem. > > Is there still something missing in order to get it into trunk? > > >