vintasoftware / drf-rw-serializers

Generic views, viewsets and mixins that extend the Django REST Framework ones adding separated serializers for read and write operations
MIT License
177 stars 28 forks source link

Remove `<3.1` requirement #32

Closed filipeximenes closed 4 years ago

filipeximenes commented 4 years ago

Description

I think there's not much gain in pinning an upper version requirement for Django specially since it's a minor version. I think we should either remove the upper limit or make it <4.0

What I Did


borisko123 commented 2 years ago

hello, what are your plans about remove restrictions for django 4?