imAsparky / django-tag-me

Django Tag Me... Tag a model, a field, user tags and more...
Other
1 stars 0 forks source link

chore(default): Add widget to formfield #58 #59

Closed imAsparky closed 7 months ago

imAsparky commented 7 months ago

Add the default widget to formfield. This negates the need for custom views and dynamic assignment of the widget in forms.

Refactor the custom form Charfield

closes #58