Skip to content
Snippets Groups Projects
Unverified Commit 1df36cdf authored by Marco Ciotola's avatar Marco Ciotola
Browse files

[DJ2] SelectDateWidget is moved out of extras

parent c2c7f86e
No related branches found
No related tags found
No related merge requests found
...@@ -5,8 +5,7 @@ Widget for datetime split, with calendar for date, and drop-downs for times. ...@@ -5,8 +5,7 @@ Widget for datetime split, with calendar for date, and drop-downs for times.
from django import forms from django import forms
from django.db import models from django.db import models
from django.template.loader import render_to_string from django.template.loader import render_to_string
from django.forms.widgets import Select, MultiWidget, DateInput, TextInput, Widget from django.forms.widgets import Select, MultiWidget, DateInput, TextInput, Widget, SelectDateWidget
from django.forms.extras.widgets import SelectDateWidget
from time import strftime from time import strftime
import re import re
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment