Added a test to show that [8472] also fixed #8254.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8521 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Malcolm Tredinnick 2008-08-24 17:54:51 +00:00
parent 1ab16c7302
commit fbf09ee11d
1 changed files with 4 additions and 0 deletions

View File

@ -172,4 +172,8 @@ doing a join.
>>> rock.members.filter(membership__price=50)
[<Person: Jim>]
## Regression test for #8254
>>> bob.group_set.filter(membership__price=50)
[<Group: Roll>]
"""}