imAsparky / django-tag-me

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

fix(tags): Update return type to a list #94 #95

Closed imAsparky closed 3 months ago

imAsparky commented 3 months ago

Tag selection logic was returning choices as a tuple after a refactor, should be flat list.

closes #94