Author: kmtracey
Date: 2008-10-28 11:19:14 -0500 (Tue, 28 Oct 2008)
New Revision: 9288
Modified:
django/trunk/tests/modeltests/model_forms/models.py
Log:
Fixed #9039 take 2 -- Modified the new tests added in [9239] so they pass on
Oracle.
Modified: django/trunk/tests/modeltests/model_forms/models.py
===================================================================
--- django/trunk/tests/modeltests/model_forms/models.py 2008-10-28 00:47:49 UTC
(rev 9287)
+++ django/trunk/tests/modeltests/model_forms/models.py 2008-10-28 16:19:14 UTC
(rev 9288)
@@ -1232,8 +1232,6 @@
>>> 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):
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---