drf-yasg icon indicating copy to clipboard operation
drf-yasg copied to clipboard

serializers.NullBooleanField has been removed in the latest DRF 3.14

Open calinrada opened this issue 2 years ago • 0 comments

serializers.NullBooleanField has been removed in the latest DRF 3.14 . It needs to be imported from rest_framework.fields.

https://github.com/JoelLefkowitz/drf-yasg/blob/7316f13497065ffbe0e134e2a4bbd4ea76939d2c/src/drf_yasg2/inspectors/field.py#L488

calinrada avatar Sep 22 '22 14:09 calinrada