Django tags not saved for model

65 views
Skip to first unread message

sup...@rewardz.sg

unread,
Oct 26, 2013, 6:30:25 AM10/26/13
to django...@googlegroups.com
I'm trying to add tags to my reward model from my admin but after clicking save, the tags disappear and aren't saved.

Reward models.py
from taggit.managers import TaggableManager

class Reward(models.Model):
tags = TaggableManager()

Using Django 1.4.5

I've tried the other way round of creating tags from the manager in the admin and adding reward objects to it but they don't show up either.

Anyone can help me figure this out.

Thanks
Reply all
Reply to author
Forward
0 new messages