{ "info": { "author": "C\u00e9dric Foellmi", "author_email": "cedric@onekiloparsec.dev", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Django", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3" ], "description": "django-multipleselectionfield\n=======================\n\n[![Build Status](https://travis-ci.org/onekiloparsec/django-multipleselectionfield.png?branch=master)](https://travis-ci.org/onekiloparsec/django-multipleselectionfield)\n[![Coverage](https://coveralls.io/repos/onekiloparsec/django-multipleselectionfield/badge.png?branch=master)](https://coveralls.io/r/onekiloparsec/django-multipleselectionfield)\n[![PyPi](https://pypip.in/d/django-multipleselectionfield/badge.png)](https://pypi.python.org/pypi/django-multipleselectionfield)\n\nA new model and form field. With this you can get a multiple select from a choices\n\nInitial code got from https://github.com/goinnn/django-multiselectfield by Pablo Martin\n\nBut after more than 2 years without activity and no fork taking the control of it, it may be time\nto move on. Here is an attempt of a small renaming (to avoid name conflicts in packages),\nand including the improvements of most of the existing forks.\n\nThe LPGL v3 licence is preserved.\n\nOriginally, this egg is inspired by this [snippet](