mirror of https://github.com/django/django.git
Removed unneeded import, thanks Alex Gaynor.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12154 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
5e83b79d26
commit
73d8abf3d5
|
@ -1862,7 +1862,6 @@ True
|
||||||
|
|
||||||
# Checking that the label for SplitDateTimeField is not being displayed #####
|
# Checking that the label for SplitDateTimeField is not being displayed #####
|
||||||
|
|
||||||
>>> from django.forms import *
|
|
||||||
>>> class EventForm(Form):
|
>>> class EventForm(Form):
|
||||||
... happened_at = SplitDateTimeField(widget=widgets.SplitHiddenDateTimeWidget)
|
... happened_at = SplitDateTimeField(widget=widgets.SplitHiddenDateTimeWidget)
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in New Issue