python-django-tagging - A generic tagging application for Django projects
Website: | http://code.google.com/p/django-tagging/ |
---|---|
License: | MIT |
Vendor: | Fedora Project |
- Description:
A generic tagging application for Django projects, which allows association of a number of tags with any Model instance and makes retrieval of tags simple.
Packages
python-django-tagging-0.3.1-11.fc20.noarch [57 KiB] |
Changelog
by Jakub Dorňák (2013-12-23):
- use builtin next(i) instead of i.next() for compatibility with Py3 |