7. Changelog

7.1. Version 1.2.4

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

7.2. Version 1.2.3

  • Python 3.3 support, thanks to dzerrenner

7.3. Version 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.4. Version 1.2.1

  • Extended package-level imports with Select2TextInput

7.5. Version 1.2.0

  • added Select2TextInput, thanks to mkoistinen

7.6. Version 1.1.1

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