Author: jkocherhans
Date: 2010-03-06 13:01:47 -0600 (Sat, 06 Mar 2010)
New Revision: 12691

Modified:
   django/trunk/tests/regressiontests/model_forms_regress/tests.py
Log:
Removed a stray print from [12690]. Thanks for catching that, apollo13.
Just running up the commit count in less destructive ways than jacob. Move 
along.

Modified: django/trunk/tests/regressiontests/model_forms_regress/tests.py
===================================================================
--- django/trunk/tests/regressiontests/model_forms_regress/tests.py     
2010-03-06 18:42:56 UTC (rev 12690)
+++ django/trunk/tests/regressiontests/model_forms_regress/tests.py     
2010-03-06 19:01:47 UTC (rev 12691)
@@ -78,7 +78,6 @@
 
 class PublicationForm(forms.ModelForm):
     def clean(self):
-        print self.cleaned_data
         self.cleaned_data['title'] = self.cleaned_data['title'].upper()
         return self.cleaned_data
 

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to