From 63e0731fa9791864651ccf02df2f557f765cc1bb Mon Sep 17 00:00:00 2001 From: Drew Hubl Date: Fri, 23 Sep 2016 08:19:11 -0600 Subject: [PATCH] Update documentation and release version 0.1.4 --- CHANGES.rst | 9 +++++++++ README.rst | 11 +++++++++-- 2 files changed, 18 insertions(+), 2 deletions(-) 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