rsinger86 / drf-flex-fields

Dynamically set fields and expand nested resources in Django REST Framework serializers.
MIT License
740 stars 61 forks source link

support Django 4.2 and drf 3.14??? #130

Open whitewhite944 opened 1 year ago

ihoru commented 1 year ago

The package actually works just fine with these two.

mikedvinci90 commented 1 year ago

@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 1 year ago

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.