* Include support for Django versions 3 fully and 4 until (not including) Django 4.2 * Add Github workflow testing support to the codebase
1.1.2
* Make sure deprecation warning doesn't trigger in Django 3 (12). * Introduced compatibility with non postgres databases (16). * Introduced pytest and tox for testing (13).
1.1.1
* Make check for Postgres more lenient by checking the vendor attribute (11).
1.1.0
* Add support for Django 3.0 (9, 10) * Test on multiple Django/Python combinations
1.0.6
* Loosen up check for Postgres backend by using a substring search, so that the code won't break on custom Postgres adapters (8).
1.0.5
* Do not coerce "weeks" numbers to float. * Remove hard dependency on psycopg (6).