Bladeren bron

filled in history [ci skip]

Miroslav Shubernetskiy 10 jaren geleden
bovenliggende
commit
53d3c8169a
2 gewijzigde bestanden met toevoegingen van 27 en 2 verwijderingen
  1. 26 1
      HISTORY.rst
  2. 1 1
      rest_framework_bulk/__init__.py

+ 26 - 1
HISTORY.rst

@@ -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.

+ 1 - 1
rest_framework_bulk/__init__.py

@@ -1,4 +1,4 @@
-__version__ = '0.1.3'
+__version__ = '0.1.4'
 __author__ = 'Miroslav Shubernetskiy'
 
 try: