Skip to content

v0.7.2: Database-backed configuration

Latest
Compare
Choose a tag to compare
@mhindery mhindery released this 11 Apr 21:17
· 14 commits to master since this release

[0.7.2] - 2020-04-14

Many thanks for major contributions (especially on the testing front where the project was lacking) from Amertz08 and askvortsov1

Added

  • Major and breaking change: Service Providers are now backed by the database instead of being configured via the settings: #51
  • Test coverage has been improved significantly. CI was added to run tests, linting and report code coverage which will improve stability of development.
  • Django 3.0 is added to the tests matrix. We currently are doing Python 3.6, 3.7, 3.8 and Django 2.2, 3.0.

Removed

  • Dropped Python 3.5.
  • Django 2.0 and 2.1 as they are no longer officially supported Django versions.