Skip to main content

Select2 option fields for Django

Project description

Django-Select2

[![PyPi Version](https://img.shields.io/pypi/v/Django-Select2.svg)](https://pypi.python.org/pypi/Django-Select2/) [![Build Status](https://travis-ci.org/applegrew/django-select2.svg?branch=master)](https://travis-ci.org/applegrew/django-select2) [![Code Health](https://landscape.io/github/applegrew/django-select2/master/landscape.svg?style=flat)](https://landscape.io/github/applegrew/django-select2/master) [![Test Coverage](https://coveralls.io/repos/applegrew/django-select2/badge.png?branch=master)](https://coveralls.io/r/applegrew/django-select2) [![GitHub license](https://img.shields.io/badge/license-APL2-blue.svg)](https://raw.githubusercontent.com/applegrew/django-select2/master/LICENSE.txt) [![Join the chat at https://gitter.im/applegrew/django-select2](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/applegrew/django-select2?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

This is a [Django](https://www.djangoproject.com/) integration of [Select2](http://ivaynberg.github.com/select2/).

The app includes Select2 driven Django Widgets and Form Fields.

Installation

  1. Install django_select2

    pip install django_select2

  2. Add django_select2 to your INSTALLED_APPS in your project settings.

  3. When deploying on production server, run :-

    python manage.py collectstatic

  4. Add django_select to your urlconf if you use any ‘Auto’ fields.

    url(r’^select2/’, include(‘django_select2.urls’)),

Documentation

Documentation available at http://django-select2.readthedocs.org/.

More details

More details can be found on my blog at - http://blog.applegrew.com/2012/08/django-select2/.

External Dependencies

  • Django - This is obvious.

  • jQuery - This is not included in the package since it is expected that in most scenarios this would already be available.

  • Memcached (python-memcached) - If you plan on running multiple python processes with GENERATE_RANDOM_SELECT2_ID enabled, then you need to turn on ENABLE_SELECT2_MULTI_PROCESS_SUPPORT. In that mode it is highly recommended that you use Memcached, to minimize DB hits.

Example Application

Please see testapp application. This application is used to manually test the functionalities of this package. This also serves as a good example.

You need only Django 1.4 or above to run that. It might run on older versions but that is not tested.

Special Thanks

  • Samuel Goldszmidt (@ouhouhsami) for reporting many fundamental issues with the code, because of which versions 2.0 and 2.0.1 were released.

Official Contributors

  • Johannes Hoppe (@codingjoe)

Changelog

See [CHANGELOG.md](CHANGELOG.md)

License

Copyright 2012 Nirupam Biswas

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this project except in compliance with the License. You may obtain a copy of the License at

[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

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

mysociety-Django-Select2-4.3.2.1.tar.gz (99.4 kB view details)

Uploaded Source

Built Distribution

mysociety_Django_Select2-4.3.2.1-py2.py3-none-any.whl (113.5 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file mysociety-Django-Select2-4.3.2.1.tar.gz.

File metadata

File hashes

Hashes for mysociety-Django-Select2-4.3.2.1.tar.gz
Algorithm Hash digest
SHA256 f377b319a972df428cd6794378a49259277fc62b60cb0344daa555c32f70628e
MD5 4677f51d559df08975e9639588224b7a
BLAKE2b-256 d527b4071b9efb7cb65b7d93233bc8db80932457b7c7818659a18c52ea4c894b

See more details on using hashes here.

File details

Details for the file mysociety_Django_Select2-4.3.2.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for mysociety_Django_Select2-4.3.2.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 13415cda26e0bc147c392baff5b581f8e742e156da4b4ccaac5ca107693e5fb5
MD5 0a988456e4f8da282b5561afa5e9115a
BLAKE2b-256 99c96ef6f240f1c707b639374ff9d04d8cafab4cd4b79e1b004548fbafa2e079

See more details on using hashes here.

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