em1208 / adrf

Async support for Django REST framework
Other
449 stars 25 forks source link

Does `adrf` support `django`(version 4.2)? #12

Closed lilli-nishikawa closed 1 year ago

lilli-nishikawa commented 1 year ago

According to README.md, the Requirements are Python 3.8+ and Django 4.1.

However, the Async Views section says:

When using Django 4.1 and above, this package allows you to work with async class and function based views.

So, I have a question about:

Does adrf support django(version 4.2)?

imgVOID commented 1 year ago

I recently tried and it seems to work

em1208 commented 1 year ago

Yes, adrf supports Django 4.2 and I just updated the tox configuration to show that.