What's Changed
This version fixes issue with wrong dependency notation resulting with Django ^4.0 installation. Detailed changes:
- fixed notation for poetry dependencies
Django
anddjango-stubs
- moved
pytest-cov
anddjango-stubs
to dev dependencies as they are not necessary for the regular use of the library
PRs:
- Fix dependencies list to support Django 5+ by @ivellios in #12
- Bumped the package version number by @ivellios in #13
Full Changelog: 0.2.0...0.2.1