Is it possible to do:

class GoalTag(models.Model):
    goals  = models.ManyToManyField(Goal, null=True)

The reason why i ask is that a goal can have many tags, and a tag can
belong to many goals.  However, after a tag is input and a user
deletes a goal, the tag should still remain in the databse.

Currently i'm running into issues, and the 'goal' field is required
when I am inputting a tag...can i change this?

Thanks in advance

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to