- Changed setup config for PyPI
- Add Django 2.0 support #23
- Drop support for Django 1.8
- Fix multipart form data (@ron8mcr)
- Support relation fields that do not have
related_name
specified #24 (@jpnauta)
- Fix problem with different field name specified via
source
attribute #22
- Fix problem with deletion related M2M objects when removing the relation (Note: you should manually delete m2m instances on update after this version)
- Fix problem for updating models with UUID primary key field (@kseniyashaydurova)
- Fix problem with raising Protected Error in deletion (@kseniyashaydurova)
- Add support for custom primary key field #10 (@tjwalch)
- Add possibility to pass through argument from serializer.save method (@tjwalch)
- Add possibility to update direct relations on create (@tjwalch)
- Add support for GenericRelation (@tjwalch)
- Handle when serializer has a field that's not on the model #5 (@tjwalch)
- Fix problem with null values for reverse relations
- Remove unneeded functional
- Cover with tests
- Initial public release