diff --git a/CHANGES.rst b/CHANGES.rst index 53b6918..04a2ace 100644 --- a/CHANGES.rst +++ b/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) ------------------ diff --git a/README.rst b/README.rst index 94a4df8..8a4fd70 100644 --- a/README.rst +++ b/README.rst @@ -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