Select2 option fields for Django
Project description
This is a Django integration of Select2.
The app includes Select2 driven Django Widgets.
Installation
Install django_select2
pip install django_select2
Add django_select2 to your INSTALLED_APPS in your project settings.
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.io/.
External Dependencies
jQuery version 2 This is not included in the package since it is expected that in most scenarios this would already be available.
Example Application
Please see tests/testapp application. This application is used to manually test the functionalities of this package. This also serves as a good example.
Changelog
See Github releases
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-select2-7.2.0.tar.gz
.
File metadata
- Download URL: django-select2-7.2.0.tar.gz
- Upload date:
- Size: 18.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c531cb7e9eb4152c7e5f8ab83be386f46978b3d80e91e55ad1fb46382222a0b |
|
MD5 | 5e17eec1a245aa6ca5aa29876cf60a23 |
|
BLAKE2b-256 | 1847773835dd5353d1a22dad29aec9357fbb0536ee007aef1288eb628963e912 |
Provenance
File details
Details for the file django_select2-7.2.0-py2.py3-none-any.whl
.
File metadata
- Download URL: django_select2-7.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 14.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d17bb0e64503a7e52ba405f73a187664906cefda5f1c33971c67ab0b3891e91c |
|
MD5 | e835546709d735dde42adc0dd6204332 |
|
BLAKE2b-256 | 6a069a3ea9d06255a29003462a0a98858469b4e24032be5e6e346540e08a8151 |