Releases: AltSchool/dynamic-rest
Releases · AltSchool/dynamic-rest
v2.3.0
26 Mar 20:48
Compare
Sorry, something went wrong.
No results found
What's Changed
update makefile twine usage for pypi pushes by @suavesav in #368
drop support for dj2, dj3.1, drf311, drf312. add support for drf315, py311 by @suavesav in #369
Full Changelog : v2.2.1...v2.3.0
v2.2.1
26 Mar 00:45
Compare
Sorry, something went wrong.
No results found
Just a version bump for hygeine
v2.2.0
20 Mar 22:17
Compare
Sorry, something went wrong.
No results found
Django 4.2 support
What's Changed
New Contributors
Full Changelog : v2.1.7...v2.2.0
v2.1.2
02 Feb 22:22
Compare
Sorry, something went wrong.
No results found
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
24 Nov 19:39
Compare
Sorry, something went wrong.
No results found
Fix install requires so this package can actually be install alongside Django 3.2.
v2.1.0
09 Nov 17:50
Compare
Sorry, something went wrong.
No results found
Add support for Django 3
Drop support for Django 1.X and DRF < 3.11
Add support for HashIds
v2.0.0
11 Sep 22:48
Compare
Sorry, something went wrong.
No results found
bump major version number since dropping py2 is a breaking change
fix for sort by relation
v1.9.7
31 Oct 18:34
Compare
Sorry, something went wrong.
No results found
fix bug where serializer context wasn't available in link relation endpoints
v1.9.6
12 Aug 21:31
Compare
Sorry, something went wrong.
No results found
Fixed prefetch filtering bug (#286 )
Add support for iexact filter (#238 )
v1.9.5 - more compatibility updates
31 Jul 02:55
Compare
Sorry, something went wrong.
No results found
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.