Fix the expressions modeltest to work on Pythons earlier than 2.5.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11423 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Karen Tracey 2009-08-09 15:44:09 +00:00
parent 34b4d1ef43
commit e6e96d871d
1 changed files with 1 additions and 1 deletions

View File

@ -117,6 +117,6 @@ FieldError: Joined field references are not permitted in this query
>>> acme.save()
Traceback (most recent call last):
...
TypeError: int() argument must be a string or a number, not 'ExpressionNode'
TypeError: int() argument must be a string or a number...
"""}