Skip to content

Releases: em1208/adrf

Release 0.1.6

06 Apr 02:09
Compare
Choose a tag to compare

Added object permission.

Release 0.1.5

20 Mar 23:43
Compare
Choose a tag to compare
  • Upgraded dependencies.
  • Fixed authentication error issue.
  • Added async implementation of APIRequestFactory and APIClient. (Thanks @NiKuma0!)

Release 0.1.4

09 Feb 08:06
Compare
Choose a tag to compare

Removed isort dependency from pyproject.toml.

Release 0.1.3

03 Jan 18:55
Compare
Choose a tag to compare

Added support for async authentication, permission and throttle classes. Thanks @shepherd1530!
Added test for python 3.12.

Release 0.1.2

05 Sep 19:13
Compare
Choose a tag to compare

Added support for async serializers.
Added support for mixing async and sync handlers.

Release 0.1.1

27 Feb 12:10
Compare
Choose a tag to compare

Added async viewset support

Initial release

26 Nov 19:55
Compare
Choose a tag to compare

This is a separate package that implements support for async views in Django REST framework following the PR encode/django-rest-framework#8617