Skip to content

Releases: chhantyal/taggit-selectize

Django 1.10 Support

13 Feb 16:33
Compare
Choose a tag to compare

This release adds Django 1.10 support #14

Delimiter fixes/enhancements

03 Aug 23:39
Compare
Choose a tag to compare

2.3.0 (2015-08-02)

  • Created a customized string-to-tag parser to match Selectize.js functionality
  • No longer delimits tags based on spaces
  • Added support for custom delimiter in settings
  • WHEN UPGRADING: This should be backwards-compatible for existing behavior, but to fix a subtle Selectize bug with single tags with spaces, and to support custom DELIMITERs, please configure TAGGIT_TAGS_FROM_STRING and TAGGIT_STRING_FROM_TAGS as described in the README.

Widget

03 Feb 17:10
Compare
Choose a tag to compare
  • It now works as widget, no need to override admin template
  • adds many selectize.js options
  • used jQuery that comes with django.contrib.admin
  • Supports multiple TaggableManagers in a single model

It is basically this PR from Nathan #5

Django 1.9 support

01 Feb 15:59
Compare
Choose a tag to compare
v1.0

bump version number