Kaydet (Commit) 34acd39e authored tarafından Karen Tracey's avatar Karen Tracey

Fixed #9039 take 2 -- Modified the new tests added in [9239] so they pass on Oracle.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@9288 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 243dea4c
......@@ -1232,8 +1232,6 @@ True
>>> 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):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment