Skip to content

Commit

Permalink
Update documentation and release version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
blag committed Sep 23, 2016
1 parent 983df56 commit 63e0731
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGES.rst
@@ -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)
------------------

Expand Down
11 changes: 9 additions & 2 deletions README.rst
Expand Up @@ -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
Expand Down

0 comments on commit 63e0731

Please sign in to comment.