dlamotte / django-tagging

Automatically exported from code.google.com/p/django-tagging
Other
0 stars 0 forks source link

Add a Tag description field #171

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I'm using tags to add attributes to "things" managed by my applications
(which is a host inventory).

Sometimes, tag name are not sufficiently verbose, or their meaning is not
clear for every users.

So I've added a "description" field to the base Tag model. 

I'm posting this as an Enhancement request so it can be decided if the
feature is desired for someone else, but I already have some working code.
If the description field is wanted, should I post my patch here as an
attachment?

Original issue reported on code.google.com by benoit%n...@gtempaccount.com on 11 Nov 2008 at 5:20