Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/onekiloparsec/django-multipleselectionfield

A multiple choices field for Django
https://github.com/onekiloparsec/django-multipleselectionfield

Last synced: 2 months ago
JSON representation

A multiple choices field for Django

Awesome Lists containing this project

README

        

django-multipleselectionfield
=======================

[![Build Status](https://travis-ci.org/onekiloparsec/django-multipleselectionfield.png?branch=master)](https://travis-ci.org/onekiloparsec/django-multipleselectionfield)
[![Coverage](https://coveralls.io/repos/onekiloparsec/django-multipleselectionfield/badge.png?branch=master)](https://coveralls.io/r/onekiloparsec/django-multipleselectionfield)
[![PyPi](https://pypip.in/d/django-multipleselectionfield/badge.png)](https://pypi.python.org/pypi/django-multipleselectionfield)

A new model and form field. With this you can get a multiple select from a choices

Initial code got from https://github.com/goinnn/django-multiselectfield by Pablo Martin

But after more than 2 years without activity and no fork taking the control of it, it may be time
to move on. Here is an attempt of a small renaming (to avoid name conflicts in packages),
and including the improvements of most of the existing forks.

The LPGL v3 licence is preserved.

Originally, this egg is inspired by this [snippet](