mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed comma splice in error message introduced in [5133]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5154 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
3d52993b46
commit
1889db475d
6 changed files with 8 additions and 8 deletions
|
@ -32,7 +32,7 @@ __test__ = {'API_TESTS':"""
|
|||
>>> Choice.objects.filter(foo__exact=None)
|
||||
Traceback (most recent call last):
|
||||
...
|
||||
TypeError: Cannot resolve keyword 'foo' into field, choices are: id, poll, choice
|
||||
TypeError: Cannot resolve keyword 'foo' into field. Choices are: id, poll, choice
|
||||
|
||||
# Can't use None on anything other than __exact
|
||||
>>> Choice.objects.filter(id__gt=None)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue