rsinger86/drf-flex-fields

support Django 4.2 and drf 3.14???

whitewhite944 opened this issue · 3 comments

support Django 4.2 and drf 3.14???
ihoru commented

The package actually works just fine with these two.

@ihoru, could you please confirm whether you are certain that this package will operate smoothly with async views and APIs? As far as I know, even DRF has separate async serializers, as mentioned here: (https://github.com/em1208/adrf#async-serializers). I'm not seeing async supported code in this package.

ihoru commented

Nope, I can't confirm that. I only tested it in the synchronous environment.

@ihoru, could you please confirm whether you are certain that this package will operate smoothly with async views and APIs? As far as I know, even DRF has separate async serializers, as mentioned here: (https://github.com/em1208/adrf#async-serializers). I'm not seeing async supported code in this package.