diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-09-03 06:22:28 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-09-03 06:22:28 +0000 |
| commit | 1794446b28981a6c6418eb05445fcc44990e43a9 (patch) | |
| tree | c705e8b8251ffceefbfc4ea2d69856b4b4555ba5 | |
| parent | fd1d986bb115db44ddd242ca1f7f73c604b60b18 (diff) | |
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
| -rw-r--r-- | django/forms/widgets.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/forms/widgets.py b/django/forms/widgets.py index 748c94f7e3..738da20d1c 100644 --- a/django/forms/widgets.py +++ b/django/forms/widgets.py @@ -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) -
\ No newline at end of file + |
