Re: DatabaseError when running unit tests after upgrade to Django 1.3.1

2013-02-04 Thread Santiago Basulto
I've got the same problem guys, did you figure it out? On Wednesday, May 2, 2012 6:10:08 AM UTC-3, Simon Bächler wrote: > > Yes, exactly the same here. Even creating the table in setUp doesn't help. > > Regards > Simon > > >> Did anybody experience something similar? >> >> Cheers, >> Flo > >

Re: DatabaseError when running unit tests after upgrade to Django 1.3.1

2012-05-02 Thread Simon Bächler
Yes, exactly the same here. Even creating the table in setUp doesn't help. Regards Simon > Did anybody experience something similar? > > Cheers, > Flo -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit

DatabaseError when running unit tests after upgrade to Django 1.3.1

2011-10-30 Thread Florian Hahn
Hi, upgrading to Django 1.3.1 somehow breaks my unit tests. I'm using django.contrib.gis.db.backends.spatialite as a database engine with two databases; DATABASES = { 'default': { 'ENGINE': 'django.contrib.gis.db.backends.spatialite', 'NAME': 'sqlite.db', 'USER': '',