jinjie2088 / django-tagging

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

Make tagsfield a non db field like manytomanyfield #90

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I don't see a reason for tagfield to have a actual column on the model.

Made a patch that adds the field to Model._meta.many_to_many instead of fields.

Makes it easy to add tagging to models without touching the db.

Original issue reported on code.google.com by oyvind.s...@gmail.com on 24 Jan 2008 at 11:49

Attachments:

GoogleCodeExporter commented 9 years ago
This patch fails on deletion of nonexisting relations

Original comment by oyvind.s...@gmail.com on 1 Feb 2008 at 10:00

GoogleCodeExporter commented 9 years ago
New working patch with ugly hacks

Original comment by oyvind.s...@gmail.com on 1 Feb 2008 at 10:30

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by bros...@gmail.com on 22 Jan 2010 at 10:02