Re: Problem with Model Forms and Reverse Many-to-Many Relationships

2009-06-01 Thread Jashugan
Here's my workaround, if anyone else is interested how to overcome this problem: http://www.pastie.org/497309 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Problem with Model Forms and Reverse Many-to-Many Relationships

2009-06-01 Thread Jashugan
How do you create a model form that contains a reverse many-to-many relationship? My attempt: http://pastie.org/497284 failed: AttributeError: 'RelatedObject' object has no attribute 'unique' --~--~-~--~~~---~--~~ You received this message because you are subs