django-measurement icon indicating copy to clipboard operation
django-measurement copied to clipboard

Shouldn't hardcode MeasurementWidget in MeasurementField.__init__

Open nanmeng opened this issue 6 years ago • 1 comments

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

nanmeng avatar Feb 14 '19 22:02 nanmeng

That's an excellent point -- could you file a pull request fixing that, @nanmeng?

coddingtonbear avatar Feb 15 '19 00:02 coddingtonbear