Welcome to django-taggit's documentation!
=========================================

``django-taggit`` is a reusable Django application designed to making adding
tagging to your project easy and fun.

``django-taggit`` works with Django 1.1 and 1.2 (see :doc:`issues` for known
issues with older versions of Django), and Python 2.4-2.X.

.. toctree::
   :maxdepth: 2

   getting_started
   forms
   admin
   api
   custom_tagging
   issues
   external_apps
   changelog

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
