This is a Django integration for Select2
Find a file
2012-08-21 23:45:06 +05:30
django_select2 Added example section in Readme 2012-08-21 23:45:06 +05:30
testapp Multi value bu fixes 2012-08-21 23:21:41 +05:30
.gitignore Temp file to ignore. 2012-08-21 00:00:21 +05:30
README.md Added example section in Readme 2012-08-21 23:45:06 +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.

Example Application

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

You need only django 1.4 or above to run that.

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.