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
>
>
--
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
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': '',
3 matches
Mail list logo