HISTORY.rst 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .. :changelog:
  2. History
  3. -------
  4. 0.2 (2015-02-09)
  5. ~~~~~~~~~~~~~~~~
  6. * Added DRF3 support. Please note that DRF2 is still supported.
  7. Now we support both DRF2 and DRF3!
  8. * Fixed an issue when using viewsets, single resource update was not working due
  9. to ``get_object()`` overwrite in viewset.
  10. 0.1.4 (2015-02-01)
  11. ~~~~~~~~~~~~~~~~~~
  12. * Added base model viewset.
  13. * Fixed installation issues.
  14. See `#18 <https://github.com/miki725/django-rest-framework-bulk/pull/18>`_,
  15. `#22 <https://github.com/miki725/django-rest-framework-bulk/pull/22>`_.
  16. 0.1.3 (2014-06-11)
  17. ~~~~~~~~~~~~~~~~~~
  18. * Fixed bug how ``post_save()`` was called in bulk create.
  19. 0.1.2 (2014-04-15)
  20. ~~~~~~~~~~~~~~~~~~
  21. * Fixed bug how ``pre_save()`` was called in bulk update.
  22. * Fixed bug of unable to mixins by importing directly ``from rest_framework_bulk import <mixin>``.
  23. See `#5 <https://github.com/miki725/django-rest-framework-bulk/pull/5>`_ for more info.
  24. 0.1.1 (2014-01-20)
  25. ~~~~~~~~~~~~~~~~~~
  26. * Fixed installation bug with setuptools.
  27. 0.1 (2014-01-18)
  28. ~~~~~~~~~~~~~~~~
  29. * First release on PyPI.