Doug Hellmann
Admin
Home
Blog
Articles
PyMOTW
Projects
Photos
Search
django-links
Django app for managing "related links"
This django application works with django-tagging to apply related links to other objects. It is useful, for example, to remember links related to specific blog posts, hosted projects, etc. The links are associated indirectly, via tags.
Version 1.1
Released: Sun Dec 16 15:50:19 2007
Download
Download version 1.1
Update to be compatible with django svn trunk.
ChangeLog
2007-12-16 Doug Hellmann * MANIFEST.in: Clean up MANIFEST. * setup.py.in: Use the new. Framework::Django classifier. * djangolinks/models.py (Link): Change maxlength to max_length.
Back to django-links home