/django-tagging-slug

Primary LanguagePythonOtherNOASSERTION

This is a clone of http://code.google.com/p/django-tagging, with the follow changes:

- a slug field added to the Tag model
- a custom save method to populate this
- an additional attempt to match against slug in get_tag

==============
Django Tagging
==============

This is a generic tagging application for Django projects

For installation instructions, see the file "INSTALL.txt" in this
directory; for instructions on how to use this application, and on
what it provides, see the file "overview.txt" in the "docs/"
directory.