Changeset 7971 for django/trunk/tests/modeltests/many_to_one
- Timestamp:
- 07/18/08 20:22:26 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/tests/modeltests/many_to_one/models.py
r7625 r7971 156 156 157 157 # And should work fine with the unicode that comes out of 158 # newforms.Form.cleaned_data158 # forms.Form.cleaned_data 159 159 >>> Article.objects.filter(reporter__first_name__exact='John').extra(where=["many_to_one_reporter.last_name='%s'" % u'Smith']) 160 160 [<Article: John's second story>, <Article: This is a test>]
