2017-05-10 10:45:55 +00:00
|
|
|
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 <https://github.com/atten>`_
|
|
|
|
* `ixc <https://github.comixc>`_
|
|
|
|
* `LeilaniAnn <https://github.comLeilaniAnn>`_
|
|
|
|
|
|
|
|
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 <https://github.comdanilogbotelho>`_
|
|
|
|
* `dmitry-krasilnikov <https://github.comdmitry-krasilnikov>`_
|
|
|
|
* `Kamil Dębowski <https://github.comkdebowski>`_
|
|
|
|
|
2016-09-23 14:19:11 +00:00
|
|
|
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
|
|
|
|
|
2014-10-13 13:57:44 +00:00
|
|
|
0.1.3 (2014-10-13)
|
|
|
|
------------------
|
|
|
|
|
|
|
|
* Support to Django 1.7 (I'm sorry to the delay)
|
2014-10-13 14:24:40 +00:00
|
|
|
* Adding get_FIELD_list function
|
2014-10-13 15:08:19 +00:00
|
|
|
* Fix an error when a MultiSelectField was reandonly at the admin site
|
2014-10-13 13:57:44 +00:00
|
|
|
* Thanks to:
|
|
|
|
* `Hernil <https://github.com/hernil>`_
|
2014-10-13 13:58:32 +00:00
|
|
|
* `Vasyl Stanislavchuk <https://github.com/vasyabigi>`_
|
2014-10-13 14:24:40 +00:00
|
|
|
* `Litchfield <https://github.com/litchfield/>`_
|
2014-10-13 15:08:19 +00:00
|
|
|
* `Chris-erickson <https://github.com/chris-erickson>`_
|
2014-10-13 13:57:44 +00:00
|
|
|
|
2014-04-04 07:46:21 +00:00
|
|
|
0.1.2 (2014-04-04)
|
2014-01-19 18:03:37 +00:00
|
|
|
------------------
|
|
|
|
|
|
|
|
* Include the spanish translations to the pypi egg
|
|
|
|
* Improvements in the readme file
|
2014-04-04 07:46:21 +00:00
|
|
|
* Windows OS compatibility
|
2014-01-19 18:03:37 +00:00
|
|
|
* Thanks to:
|
|
|
|
* `StillNewb <https://github.com/StillNewb>`_
|
2014-04-04 07:46:21 +00:00
|
|
|
* `Diego Yungh <https://github.com/DiegoYungh>`_
|
2014-01-19 18:03:37 +00:00
|
|
|
|
2013-12-04 16:14:59 +00:00
|
|
|
0.1.1 (2013-12-04)
|
|
|
|
------------------
|
|
|
|
* Move the multiselectfield app to parent folder
|
|
|
|
* Details
|
|
|
|
|
2013-11-30 18:58:19 +00:00
|
|
|
0.1.0 (2013-11-30)
|
2013-11-13 18:59:40 +00:00
|
|
|
------------------
|
2013-11-26 18:03:02 +00:00
|
|
|
|
|
|
|
* 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
|
2013-11-30 18:58:19 +00:00
|
|
|
* Refactor the code
|
2013-11-30 19:08:16 +00:00
|
|
|
* Spanish translations
|
2013-11-13 18:59:40 +00:00
|
|
|
* Support to python2.6
|
|
|
|
* Thanks to:
|
|
|
|
* `Daniele Procida <https://github.com/evildmp>`_
|
|
|
|
|
2013-09-11 08:49:03 +00:00
|
|
|
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
|
|
|
|
|
|
|
|
|
2012-09-28 07:46:10 +00:00
|
|
|
0.0.2 (2012-09-28)
|
2012-09-27 15:57:02 +00:00
|
|
|
------------------
|
|
|
|
|
2013-09-11 08:49:03 +00:00
|
|
|
* Fix an error, the snippet had an error.
|
2012-09-27 15:57:02 +00:00
|
|
|
|
2012-09-27 14:02:41 +00:00
|
|
|
0.0.1 (2012-09-27)
|
|
|
|
------------------
|
|
|
|
|
|
|
|
* Initial version from the next `snippet <http://djangosnippets.org/snippets/1200/>`_
|