Releases: AltSchool/dynamic-rest
Releases · AltSchool/dynamic-rest
v2.3.0
v2.2.1
v2.2.0
v2.1.2
What's Changed
- Loosening and updating oddly specific minor version requirement in install requires
- Support DRF 3.13.X
Fix discrepancy between supported Django versions in README and install_requires
Fix install requires so this package can actually be install alongside Django 3.2.
v2.1.0
- Add support for Django 3
- Drop support for Django 1.X and DRF < 3.11
- Add support for HashIds
v2.0.0
v1.9.7
v1.9.6
v1.9.5 - more compatibility updates
- Update Circle image from Debian Jessie to Stretch
- Drop testing for Python 3.4 (which has reached end-of-life)
- Add tests for Python 3.7
- Other tweaks to tox.ini combination (e.g. add py36-django111 combo, add django22, drop django18)
- Remove compatibility matrix which has mostly not been updated because it's a PITA.