imAsparky / django-tag-me

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

refactor(tags): Rename field to be explicit #20 #86

Closed imAsparky closed 4 months ago

imAsparky commented 4 months ago

The UserTag had a field that was confusing in how it was named and required a swap within the helpers.py file. feature now model_verbose_name field now field_name

Updates downstream to users of the model completed as well.

closes #20