- Fix problem with different field name specified via
sourceattribute #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