7. Changelog

7.1. Version 1.2

7.1.1. 1.2.7

  • setup.py fixes (issue #11), thanks to JensTimmerman.

7.1.2. 1.2.6

  • Extended select2_modelform function with form_class argument to specify form base class explicitly (issue #10).

7.1.3. 1.2.5

  • Fixed issue #9 “apply_select2 not imported in __init__” thanks to ocZio for bug report.

7.1.4. 1.2.4

  • Fixed issue #6 “Select will not update selection after adding a new option”, thanks to ismaelbej for bug report.

7.1.5. 1.2.3

  • Python 3.3 support, thanks to dzerrenner

7.1.6. 1.2.2

  • Rendering select2attrs as unicode or json based on type

Now, if select2attrs is instance of basestring (str or unicode), it will be casted to unicode, else it will be turned to json string.

7.1.7. 1.2.1

  • Extended package-level imports with Select2TextInput

7.1.8. 1.2.0

  • added Select2TextInput, thanks to mkoistinen

7.2. Version 1.1

7.2.1. 1.1.1

  • issue#1 fix (django-admin-sortable compatibility), thanks to @mkoistinen