diff --git a/tests/regressiontests/forms/forms.py b/tests/regressiontests/forms/forms.py index f9498c41e23..c4ea28f8502 100644 --- a/tests/regressiontests/forms/forms.py +++ b/tests/regressiontests/forms/forms.py @@ -1862,7 +1862,6 @@ True # Checking that the label for SplitDateTimeField is not being displayed ##### ->>> from django.forms import * >>> class EventForm(Form): ... happened_at = SplitDateTimeField(widget=widgets.SplitHiddenDateTimeWidget) ...