diff --git a/tests/regressiontests/forms/tests.py b/tests/regressiontests/forms/tests.py index 8f9f0ec24d..3e209da923 100644 --- a/tests/regressiontests/forms/tests.py +++ b/tests/regressiontests/forms/tests.py @@ -1148,7 +1148,7 @@ True u'' >>> p.errors.as_text() u'' ->>> p.clean() +>>> p.clean_data {'first_name': u'John', 'last_name': u'Lennon', 'birthday': datetime.date(1940, 10, 9)} >>> print p['first_name'] @@ -1231,8 +1231,8 @@ u'