drf-flex-fields icon indicating copy to clipboard operation
drf-flex-fields copied to clipboard

support Django 4.2 and drf 3.14???

Open whitewhite944 opened this issue 2 years ago • 4 comments

whitewhite944 avatar Jul 08 '23 07:07 whitewhite944

The package actually works just fine with these two.

ihoru avatar Oct 16 '23 08:10 ihoru

@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.

mikedvinci90 avatar Oct 18 '23 07:10 mikedvinci90

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.

ihoru avatar Oct 18 '23 07:10 ihoru

The tests also don't fun fine, given that they want to import url from django.conf.urls, which was deprecated already deprecated in 3.2.

https://docs.djangoproject.com/en/3.2/_modules/django/conf/urls/

mweinelt avatar May 28 '25 15:05 mweinelt