Author: mtredinnick
Date: 2006-06-07 04:19:43 -0500 (Wed, 07 Jun 2006)
New Revision: 3103

Modified:
   django/trunk/tests/modeltests/invalid_models/models.py
Log:
Fix test output as a result of the change in r3094.


Modified: django/trunk/tests/modeltests/invalid_models/models.py
===================================================================
--- django/trunk/tests/modeltests/invalid_models/models.py      2006-06-07 
06:09:43 UTC (rev 3102)
+++ django/trunk/tests/modeltests/invalid_models/models.py      2006-06-07 
09:19:43 UTC (rev 3103)
@@ -74,7 +74,7 @@
 invalid_models.fielderrors: "floatfield": FloatFields require a "max_digits" 
attribute.
 invalid_models.fielderrors: "filefield": FileFields require an "upload_to" 
attribute.
 invalid_models.fielderrors: "prepopulate": prepopulate_from should be a list 
or tuple.
-invalid_models.fielderrors: "choices": "choices" should be either a tuple or 
list.
+invalid_models.fielderrors: "choices": "choices" should be iterable (e.g., a 
tuple or list).
 invalid_models.fielderrors: "choices2": "choices" should be a sequence of 
two-tuples.
 invalid_models.fielderrors: "choices2": "choices" should be a sequence of 
two-tuples.
 invalid_models.fielderrors: "index": "db_index" should be either None, True or 
False.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to