This is a Django integration for Select2
Find a file
AppleGrew (applegrew) f3569bcea2 Multi value tests added and more fixes.
* Fixed infinite recursion causing Python crash bug.
* Multi-value is working.
* Tested added for multi-value field.
2012-08-21 01:38:31 +05:30
django_select2 Multi value tests added and more fixes. 2012-08-21 01:38:31 +05:30
testapp Multi value tests added and more fixes. 2012-08-21 01:38:31 +05:30
.gitignore The changes in this code crashes Python 2.7.1 (OSX build) 2012-08-20 19:08:52 +05:30
README.md The changes in this code crashes Python 2.7.1 (OSX build) 2012-08-20 19:08:52 +05:30
setup.py Enhanced Heavy fields. Added 'auto' fields. Some bug fixes. 2012-08-05 13:00:44 +05:30

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.

Changelog Summary

v2.0

Mostly major bug fixes in code and design. The changes were many, raising the possibility of backward incompatibilty. However, the backward incompatibilty would be subtle.