mirror of https://github.com/django/django.git
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:
parent
fd1d986bb1
commit
1794446b28
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue