On Mon, Jul 16, 2012 at 4:10 PM, brycenesbitt <digitalbitstr...@gmail.com> wrote: > I'm still stuck on this. Is there any tutorial example that shows access > m2m intermediate model data from a template. The issue is the template > library won't accept parameters. Do I have to write a custom tag to get the > m2m intermediate data fields?
The problem you've found isn't related to access to the relationship model from template but that you aren't using the right names to access them. Reading https://docs.djangoproject.com/en/1.4/ref/models/fields/#manytomanyfield and https://docs.djangoproject.com/en/1.4/topics/db/models/#intermediary-manytomany will be of great help. -- Ramiro Morales -- 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 django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.