TagsField -- is a small app for Django, that implements tagging for arbitrary objects in your applications with a form control for editing tags.

  • Tags creation is entirely 'user-managed' meaning that when a user adds a tag that does not exist it is created automatically.

  • Autocomplete doesn't use ajax and all tags are loaded along with a page. Thus this thing may be not useful for systems with many tags.

  • Autocomplete is case insensitive and also ignores insignificant differences in spelling (ignores punctuation, whitespace and the word "the")

  • Tags are not categorized. If you use tags for different types of objects then initial tags for them will be the same.

More…

version 2.2

News