Author: kmtracey
Date: 2008-10-28 11:30:19 -0500 (Tue, 28 Oct 2008)
New Revision: 9290
Modified:
django/branches/releases/1.0.X/
django/branches/releases/1.0.X/tests/modeltests/model_forms/models.py
Log:
[1.0.X] Fixed #9039 take 2 -- Modified the new tests added in [9240] so they
pass on Oracle.
Backport of [9288] from trunk, also updated svnmerge.py metadata.
Property changes on: django/branches/releases/1.0.X
___________________________________________________________________
Name: svnmerge-integrated
-
/django/trunk:1-9097,9099-9102,9104-9109,9111,9113-9144,9146-9151,9153-9156,9158-9159,9161-9187,9189-9247,9249-9262,9264-9276
+
/django/trunk:1-9097,9099-9102,9104-9109,9111,9113-9144,9146-9151,9153-9156,9158-9159,9161-9187,9189-9247,9249-9262,9264-9277,9279-9289
Modified: django/branches/releases/1.0.X/tests/modeltests/model_forms/models.py
===================================================================
--- django/branches/releases/1.0.X/tests/modeltests/model_forms/models.py
2008-10-28 16:25:42 UTC (rev 9289)
+++ django/branches/releases/1.0.X/tests/modeltests/model_forms/models.py
2008-10-28 16:30:19 UTC (rev 9290)
@@ -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
-~----------~----~----~----~------~----~------~--~---