Skip to content

Commit

Permalink
Added a test to show that [8472] also fixed #8254.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8521 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
malcolmt committed Aug 24, 2008
1 parent 1ab16c7 commit fbf09ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/regressiontests/m2m_through_regress/models.py
Expand Up @@ -172,4 +172,8 @@ def __unicode__(self):
>>> rock.members.filter(membership__price=50)
[<Person: Jim>]
## Regression test for #8254
>>> bob.group_set.filter(membership__price=50)
[<Group: Roll>]
"""}

0 comments on commit fbf09ee

Please sign in to comment.