|
@@ -3,7 +3,32 @@
|
|
|
History
|
|
|
-------
|
|
|
|
|
|
-0.1 (2014-xx-xx)
|
|
|
+0.1.4 (2014-02-01)
|
|
|
+~~~~~~~~~~~~~~~~~~
|
|
|
+
|
|
|
+* 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 (2014-06-11)
|
|
|
+~~~~~~~~~~~~~~~~~~
|
|
|
+
|
|
|
+* Fixed bug how ``post_save()`` was called in bulk create.
|
|
|
+
|
|
|
+0.1.2 (2014-04-15)
|
|
|
+~~~~~~~~~~~~~~~~~~
|
|
|
+
|
|
|
+* 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.
|
|
|
+
|
|
|
+0.1.1 (2014-01-20)
|
|
|
+~~~~~~~~~~~~~~~~~~
|
|
|
+
|
|
|
+* Fixed installation bug with setuptools.
|
|
|
+
|
|
|
+0.1 (2014-01-18)
|
|
|
~~~~~~~~~~~~~~~~
|
|
|
|
|
|
* First release on PyPI.
|