django-taggable

django-taggable is a library that implements a efficient tagging implementations for the Django Web Framework 1.1+, written by Gustavo Picón and licensed under the Apache License 2.0.

django-taggable is:

  • Flexible: Uses tagtools to choose between popular tagging styles (flickr, delicious, etc), or define your own. You can also easily have several tag fields per object or have different tag “namespaces” to be used between one, some, or all your taggable objects. Your project, your choice.
  • Fast/Safe/Sane: No GenericForeignKey madness.
  • Easy: Uses Django Model Inheritance with abstract classes to define your own models. The API isn’t “magical”.
  • Clean: Testable and well tested code base. Code/branch test coverage is 100%.

Contents

API

Indices and tables