mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-03-17 05:50:23 +00:00
This is a Django integration for Select2
| django_select2 | ||
| .gitignore | ||
| README.md | ||
| setup.py | ||
** Notice: ** Currently branch v1.1 is being tested. It is recommended that you check out that branch first and see if that works for you.
Django-Select2
This is a Django integration of Select2.
The app includes Select2 driven Django Widgets and Form Fields.
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.