Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/onekiloparsec/django-multipleselectionfield
- Owner: onekiloparsec
- License: lgpl-3.0
- Created: 2016-09-05T20:17:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T15:28:37.000Z (about 2 years ago)
- Last Synced: 2024-10-15T03:03:08.183Z (3 months ago)
- Language: Python
- Size: 43.9 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: COPYING.LGPLv3
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](