* Tests are now run against real database (not pre-generated sql files)
0.1.0
Added postgresql fake database backend
0.0.4
* Add support for a sqlite3 fake database backend
0.0.3
* Dropped support for Django 1.9 and Django 1.10 as the Django documentation suggests since 2.0 has been released * A lot of tests added * Implemented get_constraints, which usually requires to connect to the MySql database. Now it computes the constraints which out DB * Updated license year
0.0.2
Breaking tests, but working (more or less) for mutliple python and django versions