- Updated tox version matrix
- Updated tox version matrix
- Added mention of Python 3.9/Django 3.1 support
- BACKWARDS INCOMPATIBLE: Changed
get_response_data
method to accept whole serializer class instance instead of itsdata
attribute
- Fixed ProxiedUpdateModelMixin not having access to
get_success_headers()
- Small packaging-related fixes
- Renamed all classes with a
Proxied
prefix so they don't get mixed up with DRF's own classes - Added this changelog
- Initial release