imAsparky / django-tag-me

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

chore(tags): Handle choices set in model charfield #91 #96

Closed imAsparky closed 3 months ago

imAsparky commented 3 months ago

Potential existed for choices set in the model charfield to break the tags data flow. Added handling of choices set in the charfield, they are converted to a FieldTagListFormatter list and passed to the widget. The choices set in the charfield are treated as multi select tags.

closes #91