django added firebird support
[ED:django is like RoR implemented in python]
Just attached the firebird backend and a patch file. Firebird has a problem, names can’t bigger than 31 chars for tables, fields, constraints, etc. In auth app needed to change user_premissions to permissions so the many to many table name doens’t get too big… must be a way we can workaround this…

