Skip to content

Commit

Permalink
Fixed #9039 take 2 -- Modified the new tests added in [9239] so they …
Browse files Browse the repository at this point in the history
…pass on Oracle.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@9288 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
kmtracey committed Oct 28, 2008
1 parent 243dea4 commit 34acd39
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/modeltests/model_forms/models.py
Expand Up @@ -1232,8 +1232,6 @@ class Meta:
>>> form = BookForm({'title': 'I May Be Wrong But I Doubt It'})
>>> form.is_valid()
True
>>> form.save()
<Book: Book object>
# Choices on CharField and IntegerField
>>> class ArticleForm(ModelForm):
Expand Down

0 comments on commit 34acd39

Please sign in to comment.