1
0
mirror of https://github.com/django/django.git synced 2025-02-11 09:55:22 +00:00

Fixed #8828 -- Trimmed some trailing whitespace that might have been causing a

problem for Google AppEngine.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8911 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Malcolm Tredinnick 2008-09-03 06:22:28 +00:00
parent fd1d986bb1
commit 1794446b28

View File

@ -671,4 +671,4 @@ class SplitHiddenDateTimeWidget(SplitDateTimeWidget):
def __init__(self, attrs=None):
widgets = (HiddenInput(attrs=attrs), HiddenInput(attrs=attrs))
super(SplitDateTimeWidget, self).__init__(widgets, attrs)