What's Changed
- Add a py.typed file to expose type annotations by @brianhelba in #137
- Add support for text mode file reading by @danlamanna in #139
- Allow MinioMediaStorage and MinioStaticStorage options to be specified by @brianhelba in #144
- Fix type checking errors by @brianhelba in #145
- Use Ruff for all linting and formatting by @brianhelba in #146
- Update supported Python and Django versions by @brianhelba in #147
- Update development tooling by @brianhelba in #151
- Clarify software license metadata by @brianhelba in #148
- Use new STORAGES setting from Django 4.2+ by @brianhelba in #153
- Allow import of storage classes from the module root by @brianhelba in #150
- Ensure the package version can always be determined in CI by @brianhelba in #155
New Contributors
- @danlamanna made their first contribution in #139
Full Changelog: v0.5.7...v0.5.8