Update documentation and release version 0.1.4

This commit is contained in:
Drew Hubl 2016-09-23 08:19:11 -06:00
parent 983df569c4
commit 63e0731fa9
2 changed files with 18 additions and 2 deletions

View file

@ -1,3 +1,12 @@
0.1.4 (2016-02-23)
------------------
* Fixed warning about SubfieldBase
* Added support for Django 1.8+
* Added support for named groups
* We now play nice with django-dynamic-fixture
* More tests
0.1.3 (2014-10-13)
------------------

View file

@ -22,8 +22,15 @@ Installation
============
In your models.py
-----------------
Install with pip
----------------
.. code-block:: bash
$ pip install django-multiselectfield
Configure your models.py
------------------------
.. code-block:: python