AttributeError when running test against PostgreSql 8.4beta1

2009-04-15 Thread Horacio de Oro
Hi! I get an AttributeError while trying PostgreSql 8.4beta1 (compiled from 'master' branch of the official git repository). See: python2.4 src/dynamicware/manage.py test xx.FeedRetrieverServiceTest Creating test database... Traceback (most recent call last): File "src/dynamicware/manage.py", l

Re: AttributeError when running test against PostgreSql 8.4beta1

2009-04-15 Thread Jacob Kaplan-Moss
On Wed, Apr 15, 2009 at 7:48 PM, Horacio de Oro wrote: > Is this a bug? Should I file a bug report? Yes, please do. Thanks! Jacob --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post

Re: AttributeError when running test against PostgreSql 8.4beta1

2009-04-15 Thread Horacio de Oro
On Apr 15, 9:53 pm, Jacob Kaplan-Moss wrote: > On Wed, Apr 15, 2009 at 7:48 PM, Horacio de Oro wrote: > > > Is this a bug? Should I file a bug report? > > Yes, please do. Thanks! > > Jacob Testing with another applicatoin, I've found that "request.user.is_authenticated()" produces the same exce

Re: AttributeError when running test against PostgreSql 8.4beta1

2009-04-15 Thread Russell Keith-Magee
On Thu, Apr 16, 2009 at 11:14 AM, Horacio de Oro wrote: > > On Apr 15, 9:53 pm, Jacob Kaplan-Moss > wrote: >> On Wed, Apr 15, 2009 at 7:48 PM, Horacio de Oro wrote: >> >> > Is this a bug? Should I file a bug report? >> >> Yes, please do. Thanks! >> >> Jacob > > Testing with another applicatoin,

Re: AttributeError when running test against PostgreSql 8.4beta1

2009-04-16 Thread Horacio de Oro
Done. http://code.djangoproject.com/ticket/10842 Thanks!!! Horacio On Apr 16, 12:25 am, Russell Keith-Magee wrote: > On Thu, Apr 16, 2009 at 11:14 AM, Horacio de Oro wrote: > > > > > > > On Apr 15, 9:53 pm, Jacob Kaplan-Moss > > wrote: > >> On Wed, Apr 15, 2009 at 7:48 PM, Horacio de Oro wro