Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Latest commit

 

History

History
45 lines (34 loc) · 1.47 KB

index.rst

File metadata and controls

45 lines (34 loc) · 1.47 KB

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

  • genindex
  • modindex
  • search