Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
15
class
SelectDateForm(forms.Form):
16
date_field = forms.DateField(widget=forms.SelectDateWidget)
17
18
19
class
CompanyForm(forms.ModelForm):
Callers
1
test_l10n_enabled
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_l10n_enabled
Method · 0.68