Skip to content

Releases: AltSchool/dynamic-rest

v2.3.0

26 Mar 20:48
c7cc0ed
Compare
Choose a tag to compare

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
dcd9cfe
Compare
Choose a tag to compare

Just a version bump for hygeine

v2.2.0

20 Mar 22:17
3b90146
Compare
Choose a tag to compare

Django 4.2 support

What's Changed

New Contributors

Full Changelog: v2.1.7...v2.2.0

v2.1.2

02 Feb 22:22
79de8f3
Compare
Choose a tag to compare

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
6d98328
Compare
Choose a tag to compare

Fix install requires so this package can actually be install alongside Django 3.2.

v2.1.0

09 Nov 17:50
a0ee4a3
Compare
Choose a tag to compare
  • 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
f2cd588
Compare
Choose a tag to compare
  • bump major version number since dropping py2 is a breaking change
  • fix for sort by relation

v1.9.7

31 Oct 18:34
cacad3c
Compare
Choose a tag to compare
  • fix bug where serializer context wasn't available in link relation endpoints

v1.9.6

12 Aug 21:31
4e2b01d
Compare
Choose a tag to compare
  • Fixed prefetch filtering bug (#286)
  • Add support for iexact filter (#238)

v1.9.5 - more compatibility updates

31 Jul 02:55
045a3f7
Compare
Choose a tag to compare
  • 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.