Skip to content

Commit

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

Backport of [9288] from trunk, also updated svnmerge.py metadata.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9290 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
kmtracey committed Oct 28, 2008
1 parent 98b1b07 commit a8a07c2
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 a8a07c2

Please sign in to comment.