Open nanmeng opened 5 years ago
This prevents MeasurementField from using other widgets (e.g. subclass of MeasurementWidget)
https://github.com/coddingtonbear/django-measurement/blob/85351334087e078c5693aaa458201bee755f65f6/django_measurement/forms.py#L102
That's an excellent point -- could you file a pull request fixing that, @nanmeng?
This prevents MeasurementField from using other widgets (e.g. subclass of MeasurementWidget)
https://github.com/coddingtonbear/django-measurement/blob/85351334087e078c5693aaa458201bee755f65f6/django_measurement/forms.py#L102