Skip to main content

Select multiple choices in a single Django model field

Project description

Select multiple choices in a single Django model field.

Sample application

There is a sample application included if you downloaded the tarball. You can try it like this:

$ pwd
/home/user/teststuff/django-select-multiple-field
$ cd test_projects/django14
$ python manage.py syncdb
$ python manage.py runserver

Validating models...

0 errors found
Django version 1.4.2, using settings 'django14.settings'
Development server is running at http://127.0.0.1:8000/
Quit the server with CONTROL-C.

Troubleshooting

Django-select-multiple-field contains two test suites. One is for the field and one is for an implementation of the field in a Django 1.4.2 project.

You can run the field tests by downloading the tarball and running ‘test’ in setup.py:

$ python setup.py test

You can run the Django 1.4.2 demo test in a similar manner:

$ python setup.py test_demo

Needless to say you will need to have Django 1.4.2 or later installed.

Bugs! Help!!

If you find any bugs in this software please report them via the Github issue tracker [1] or send an email to code@kelvinwong.ca. Any serious security bugs should be reported via email only.

Thank-you

Thank-you for taking the time to evaluate this software. I appreciate receiving feedback on your experiences using it and I welcome code contributions and development ideas.

http://www.kelvinwong.ca/coders

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-select-multiple-field-0.0.2.tar.gz (5.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page