diff options
| author | Karen Tracey <kmtracey@gmail.com> | 2008-10-28 16:19:14 +0000 |
|---|---|---|
| committer | Karen Tracey <kmtracey@gmail.com> | 2008-10-28 16:19:14 +0000 |
| commit | 34acd39e5d4dc1dd30ce75d512a9e7ffc0320a6b (patch) | |
| tree | 47f868bada2fd91d1734302e6bb04cb767c6f3e3 | |
| parent | 243dea4cd642ab007093b9b9ab9daa35af01d0aa (diff) | |
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
| -rw-r--r-- | tests/modeltests/model_forms/models.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/modeltests/model_forms/models.py b/tests/modeltests/model_forms/models.py index 96b92a3233..0df21b6aa2 100644 --- a/tests/modeltests/model_forms/models.py +++ b/tests/modeltests/model_forms/models.py @@ -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): |
