- Add Django 3 compatibility - Add Github actions - Fix settings initialization - Pin pytest_django version to solve a known multidb issue - Add postgres docker container - Pin psycopg2 version to fix utc issue due to incompatible types
0.3.1
++++++++++++++++++
- Fix septentrion call in runserver - Bump to septentrion 0.6.1
0.3.0
++++++++++++++++++
- Remove setting "NORTH_DISCARD_ALL" - Add function for septentrion settings - Fix classifiers - Removed the internal logic for applying migrations, use septentrion instead.
0.2.6
++++++++++++++++++
- Add support for Django 2.2 - `NORTH_AFTER_SCHEMA_FILES` and `NORTH_BEFORE_SCHEMA_FILES` can now accept glob string.
0.2.5
++++++++++++++++++
- Add support for Django 2.1 & Python 3.7 - Add setting `NORTH_AFTER_SCHEMA_FILES` for schema files after the main schema. - Adding setting `NORTH_BEFORE_SCHEMA_FILES`, to replace `NORTH_ADDITIONAL_SCHEMA_FILES`. - Deprecate setting `NORTH_ADDITIONAL_SCHEMA_FILES`.
0.2.4
++++++++++++++++++
- Use `--database` option to determine which database to use in migrate command (35)