- Fixed a bug which allowed to submit data for update to serializer without update field. See #34.
- Removed support for Django1.8 with DRF2.x
- Added DRF3 support. Please note that DRF2 is still supported. Now we support both DRF2 and DRF3!
- Fixed an issue when using viewsets, single resource update was not working due
to
get_object()
overwrite in viewset.
- Fixed bug how
post_save()
was called in bulk create.
- Fixed bug how
pre_save()
was called in bulk update. - Fixed bug of unable to mixins by importing directly
from rest_framework_bulk import <mixin>
. See #5 for more info.
- Fixed installation bug with setuptools.
- First release on PyPI.