Daniel Roseman
unread,Nov 24, 2013, 1:48:25 PM11/24/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
No, that is incorrect. `dir_list` is a queryset of AdviceLevel objects, and `specialism` is a field defined directly on that model. You only need to add `_set` for a reverse relationship, which this isn't.
--
DR.