HISTORY.rst 810 B

12345678910111213141516171819202122232425262728293031323334
  1. .. :changelog:
  2. History
  3. -------
  4. 0.1.4 (2014-02-01)
  5. ~~~~~~~~~~~~~~~~~~
  6. * Added base model viewset.
  7. * Fixed installation issues.
  8. See `#18 <https://github.com/miki725/django-rest-framework-bulk/pull/18>`_,
  9. `#22 <https://github.com/miki725/django-rest-framework-bulk/pull/22>`_.
  10. 0.1.3 (2014-06-11)
  11. ~~~~~~~~~~~~~~~~~~
  12. * Fixed bug how ``post_save()`` was called in bulk create.
  13. 0.1.2 (2014-04-15)
  14. ~~~~~~~~~~~~~~~~~~
  15. * Fixed bug how ``pre_save()`` was called in bulk update.
  16. * Fixed bug of unable to mixins by importing directly ``from rest_framework_bulk import <mixin>``.
  17. See `#5 <https://github.com/miki725/django-rest-framework-bulk/pull/5>`_ for more info.
  18. 0.1.1 (2014-01-20)
  19. ~~~~~~~~~~~~~~~~~~
  20. * Fixed installation bug with setuptools.
  21. 0.1 (2014-01-18)
  22. ~~~~~~~~~~~~~~~~
  23. * First release on PyPI.