agateblue / django-dynamic-preferences

Dynamic global and instance settings for your django project
https://django-dynamic-preferences.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
348 stars 86 forks source link

Add MultipleChoicePreference #214

Closed Natureshadow closed 4 years ago

Natureshadow commented 4 years ago

This implements a MultipleChoicePreference, along the lines of the MultipleChoiceField in Django.

It is based on the previous work in #165 and updates it to current develop branch, adds some fixes (including support for choices containing the separator), and tests.

Natureshadow commented 4 years ago

Hi @EliotBerriot, a merge and a release to PyPI would be much appreciated for the development of the AlekSIS project.

agateblue commented 4 years ago

I've pushed a release to PyPi: https://pypi.org/project/django-dynamic-preferences/1.10/