In the section of the M-R wiki where it talks about changes in the  
database API, the last line (under Many-to-many related lookup) says  
that

old: site_obj.get_reporter_list()

should be

new: site.reporter_set.all()

but I don't see any relationship between reporter and site.

Should that be get_article_list() and article_set instead?

Todd

--~--~---------~--~----~------------~-------~--~----~
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