MCPcopy
hub / github.com/django/django / SelectDateForm

Class SelectDateForm

tests/i18n/forms.py:15–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14
15class SelectDateForm(forms.Form):
16 date_field = forms.DateField(widget=forms.SelectDateWidget)
17
18
19class CompanyForm(forms.ModelForm):

Callers 1

test_l10n_enabledMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_l10n_enabledMethod · 0.68