This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
3a4c9e1b43
django1
/
django
/
forms
/
extras
/
__init__.py
4 lines
89 B
Python
Raw
Normal View
History
Unescape
Escape
Fixed #21302 -- Fixed unused imports and import *.
2013-10-18 19:25:30 +08:00
from
django
.
forms
.
extras
.
widgets
import
SelectDateWidget
__all__
=
[
'
SelectDateWidget
'
]