Kalffman
Results
2
comments of
Kalffman
Same Issue here, but in admin form ```python from django import forms class PersonForm(forms.ModelForm): class Meta: model = Person exclude = [] birth_date = forms.DateField(widget=DatePickerInput(format='%m/%d/%Y')) ``` We had some updates...
Same issue here. Exaclty what described before. Using Intl package throw that error. Any updates?