django1/django/forms/extras/__init__.py

4 lines
89 B
Python
Raw Normal View History

from django.forms.extras.widgets import SelectDateWidget
__all__ = ['SelectDateWidget']