{
"info": {
"author": "Pablo Martin",
"author_email": "goinnn@gmail.com",
"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 :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6"
],
"description": "django-multiselectfield\n=======================\n\n.. image:: https://travis-ci.org/idenfy/django-multiselectfield.svg?branch=master\n :target: https://travis-ci.org/idenfy/django-multiselectfield\n\n.. image:: https://coveralls.io/repos/github/idenfy/django-multiselectfield/badge.svg?branch=master\n :target: https://coveralls.io/github/idenfy/django-multiselectfield?branch=master\n\n\n.. image:: https://badge.fury.io/py/django-multipleselectfield.png\n :target: https://badge.fury.io/py/django-multipleselectfield\n\nA new model field and form field. With this you can get a multiple select from a choices. Stores to the database as a CharField of comma-separated values.\n\nThis package is inspired by this `snippet