Re: Testing django 1.5 with firebirdsql

2012-09-16 Thread charettes
Here's the topic you were referring to Anssi. https://groups.google.com/forum/#!topic/django-developers/AZrSn6LCLVU/discussion Le samedi 15 septembre 2012 13:18:38 UTC-4, Anssi Kääriäinen a écrit : > > On 15 syys, 01:05, maxi wrote: > > BTW, I've another issue related to one specific test. > >

Re: Testing django 1.5 with firebirdsql

2012-09-15 Thread Anssi Kääriäinen
On 15 syys, 01:05, maxi wrote: > BTW, I've another issue related to one specific test. > In test/regressiontests/model_fields/models.py there is a model > defined as: > > class BigD(models.Model): >     d = models.DecimalField(max_digits=38, decimal_places=30) > > Firebird doesn't accept that defi

Re: Testing django 1.5 with firebirdsql

2012-09-14 Thread maxi
Hi Ramiro, On Sep 13, 9:17 pm, Ramiro Morales wrote: > Hi Maxi, > > > > > On Thu, Sep 13, 2012 at 8:20 PM, maxi wrote: > > Hi, > > > I'm testing Django 1.5 (branch:master) from trunk against FirebirdSQL 2.5 on > > Ubuntu 11.04 with Python 2.7 > > I'm working right now on a new django-firebird [1

Re: Testing django 1.5 with firebirdsql

2012-09-13 Thread Ramiro Morales
Hi Maxi, On Thu, Sep 13, 2012 at 8:20 PM, maxi wrote: > Hi, > > I'm testing Django 1.5 (branch:master) from trunk against FirebirdSQL 2.5 on > Ubuntu 11.04 with Python 2.7 > I'm working right now on a new django-firebird [1] backend which do use the > new python firebird driver (fdb) [2]. > > The

Testing django 1.5 with firebirdsql

2012-09-13 Thread maxi
Hi, I'm testing Django 1.5 (branch:master) from trunk against FirebirdSQL 2.5 on Ubuntu 11.04 with Python 2.7 I'm working right now on a new django-firebird [1] backend which do use the new python firebird driver (fdb) [2]. Then, I'm running the django test suite and I get an error when it try