Skip to content

Commit

Permalink
Removed a stray print from [12690]. Thanks for catching that, apollo13.
Browse files Browse the repository at this point in the history
Just running up the commit count in less destructive ways than jacob. Move along.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12691 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
jkocherhans committed Mar 6, 2010
1 parent b88f969 commit 90616a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/regressiontests/model_forms_regress/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ def test_override_clean(self):

class PublicationForm(forms.ModelForm):
def clean(self):
print self.cleaned_data
self.cleaned_data['title'] = self.cleaned_data['title'].upper()
return self.cleaned_data

Expand Down

0 comments on commit 90616a7

Please sign in to comment.