From the Database API docs, I can see that if I have a Many-to-Many  
relationship between articles and authors, I can do this:

article.get_author_list()

        ...and get a list of article's related authors. If the  
ManyToManyField was added to the article model, this seems to work.  
However, I don't seem to be able to get:

author.get_article_list()

        ...to work the same way. Does this shortcut only work because the  
ManyToManyField was added to the article model, and not the author  
model, or am I doing something wrong? My authors and articles are in  
different apps.


--P




Paul Smith
[EMAIL PROTECTED]



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to