rebased
This should fix #883 and #884
As far as I am aware, unless you specified this name manually in the creation, the name is dependent on the database driver.
That is true, these are the PostgreSQL names and will break on other database, but there is no solution that would work for all databases.
I guess +1.... The model changes are good, but I find it really annoying that we break upgrade compatibility with anything non-postgres, even though we never mentioned that we only support postgres. Preferably, you should probably add code to support all other engines, but I guess that's undoable..
3 new commits added
ack.. still same annoyance, but looks good.
Thanks
Pull-Request has been merged by pingou