* Fixed a bug which allowed to submit data for update to serializer without update field. See `34 <https://github.com/miki725/django-rest-framework-bulk/issues/34>`_. * Removed support for Django1.8 with DRF2.x
0.2
~~~~~~~~~~~~~~~~
* 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.
0.1.4
~~~~~~~~~~~~~~~~~~
* Added base model viewset. * Fixed installation issues. See `18 <https://github.com/miki725/django-rest-framework-bulk/pull/18>`_, `22 <https://github.com/miki725/django-rest-framework-bulk/pull/22>`_.
0.1.3
~~~~~~~~~~~~~~~~~~
* Fixed bug how ``post_save()`` was called in bulk create.
0.1.2
~~~~~~~~~~~~~~~~~~
* 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 <https://github.com/miki725/django-rest-framework-bulk/pull/5>`_ for more info.