django-select2-rocks v0.7.0 (2018-08-01)
========================================

Allow colon characters in the label representation

django-select2-rocks v0.7.0 (2018-02-28)
========================================

Add compatibility with Django 1.11 for Widget.build_attrs()

django-select2-rocks v0.6.0 (2018-01-04)
========================================

Add compatibility with Django 1.11

django-select2-rocks v0.5.0 (2017-02-10)
========================================

Add compatibility with Django 1.10

django-select2-rocks v0.4.1 (2016-09-19)
========================================

Fix clean() method of Select2ModelMultipleChoiceField: the parameter value may
be None.

django-select2-rocks v0.4 (2015-09-19)
======================================

Overrides clean() method of Select2ModelMultipleChoiceField to split values on comma.
Thanks to Yunshi Tan.

django-select2-rocks v0.3 (2015-06-09)
======================================

This release handles muli-value selected boxes.
Thanks to Loïs Burg

This new version breaks compatibility with the previous version because the
JS code of initSelection function has changed to handle new key value.
