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 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/ -- You received this message because you are subscribed to the Google Groups "Django developers" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-developers/-/LLs-eM6Szv4J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
