#9046: Typo in the intermediate model documentation ---------------------------+------------------------------------------------ Reporter: djoume | Owner: nobody Status: new | Milestone: Component: Documentation | Version: 1.0 Keywords: | Stage: Unreviewed Has_patch: 0 | ---------------------------+------------------------------------------------ I believe there is a typo in the documentation on intermediate model for many to many relations,
line 481 of docs/topics/db/models.txt Groups.objects.filter(person__name__startswith='Paul') should be: Group.objects.filter(members__name__startswith='Paul') -- Ticket URL: <http://code.djangoproject.com/ticket/9046> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
