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

Update setup.py to enable django 3.2 #42

Closed guglielmo closed 1 year ago

guglielmo commented 3 years ago

This patch only modify the setup.py file to enable django 3.2 as maximum version.

hebertjulio commented 3 years ago

It would be interesting to create tests for version 3.2 of Django in .travis.yml

fjsj commented 1 year ago

Thanks, already solved by other PR.