0.1.12 (2020-02-20) ------------------- * Optimize multiselectfield to_python method * Thanks to: * `daimon99 `_ 0.1.11 (2019-12-19) ------------------- * Added support for Django 3 * Added support for Python 3.8 * Thanks to: * `thijsBoehme `_ 0.1.9 (2019-10-02) ------------------ * Added support for Django 2 * Added support for Python 3.6 * Drop support for Python (2.6, 3.3) * Thanks to: * `hirokinko `_ 0.1.6 (2017-05-10) ------------------ * Added support for Django 1.11 * Added support for Python 3.6 * Improved rendering in Django admin * Improved documentation * Thanks to: * `atten `_ * `ixc `_ * `LeilaniAnn `_ 0.1.5 (2017-01-02) ------------------ * Added support for Django 1.8-1.10 * Added support for named groups in choices * Added support for min_choices argument * Various fixes * More tests * Thanks to: * `danilogbotelho `_ * `dmitry-krasilnikov `_ * `Kamil Dębowski `_ 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) ------------------ * Support to Django 1.7 (I'm sorry to the delay) * Adding get_FIELD_list function * Fix an error when a MultiSelectField was reandonly at the admin site * Thanks to: * `Hernil `_ * `Vasyl Stanislavchuk `_ * `Litchfield `_ * `Chris-erickson `_ 0.1.2 (2014-04-04) ------------------ * Include the spanish translations to the pypi egg * Improvements in the readme file * Windows OS compatibility * Thanks to: * `StillNewb `_ * `Diego Yungh `_ 0.1.1 (2013-12-04) ------------------ * Move the multiselectfield app to parent folder * Details 0.1.0 (2013-11-30) ------------------ * Test/example project * Now works if the first composant of the list of tuple is an integer * Now max_length is not required, the Multiselect field calculate it automatically. * The max_choices attr can be a attr in the model field * Refactor the code * Spanish translations * Support to python2.6 * Thanks to: * `Daniele Procida `_ 0.0.3 (2013-09-11) ------------------ * Python 3 compatible * Fix an error, the snippet had another error when the choices were translatables * Improvements in the README file 0.0.2 (2012-09-28) ------------------ * Fix an error, the snippet had an error. 0.0.1 (2012-09-27) ------------------ * Initial version from the next `snippet `_