Re: Does Python 2.6.5 broke Django 1.1.1 Client Test?

2010-04-03 Thread Russell Keith-Magee
On Sat, Apr 3, 2010 at 9:58 PM, Dennis Kaarsemaker wrote: > On ma, 2010-03-22 at 08:53 -0400, Karen Tracey wrote: >> On Mon, Mar 22, 2010 at 4:07 AM, Raffaele Salmaso >> wrote: >>         Marcob wrote: >>         > Please, does anybody know

Re: Does Python 2.6.5 broke Django 1.1.1 Client Test?

2010-04-03 Thread Dennis Kaarsemaker
On ma, 2010-03-22 at 08:53 -0400, Karen Tracey wrote: > On Mon, Mar 22, 2010 at 4:07 AM, Raffaele Salmaso > wrote: > Marcob wrote: > > Please, does anybody know which patch I need to apply to > 1.1.1 to fix > > this strange problem? >

Re: Does Python 2.6.5 broke Django 1.1.1 Client Test?

2010-03-22 Thread Karen Tracey
On Mon, Mar 22, 2010 at 4:07 AM, Raffaele Salmaso < raffaele.salm...@gmail.com> wrote: > Marcob wrote: > > Please, does anybody know which patch I need to apply to 1.1.1 to fix > > this strange problem? > http://code.djangoproject.com/changeset/12807 ? > > No, turns out it was a change made

Re: Does Python 2.6.5 broke Django 1.1.1 Client Test?

2010-03-22 Thread Raffaele Salmaso
Marcob wrote: > Please, does anybody know which patch I need to apply to 1.1.1 to fix > this strange problem? http://code.djangoproject.com/changeset/12807 ? -- ()_() | That said, I didn't actually _test_ my patch. | + (o.o) | That's what users are for! | +---+

Does Python 2.6.5 broke Django 1.1.1 Client Test?

2010-03-21 Thread Marcob
It's about 4 hours I'm trying to find the real culprit... To narrow the problem I create the simplest admin test: from django.test import TestCase class AdminViewBasicTest(TestCase): def testAdmin(self): from django.contrib.auth.models import User user =