Hi,
I'm testing Django 1.5 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 to create serializers_regress_generice928. Seem like django is trying to create a table without fields, like this:
'CREATE TABLE "SERIALIZERS_REGRESS_GENERICE928" ( );'
And this is not valid on Firebird.
What does it trying to test here?
Are there any way to avoid (or silence) this test ?
Where is defined this model?
Thanks in advance.
---
Maxi
[1] The old one use kinterbasdb
[2]
http://pypi.python.org/pypi/fdb/