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): Add helpers and update doc strings #50 #66

Closed imAsparky closed 6 months ago

imAsparky commented 6 months ago

The refactor has eliminated the circular imports by lazy loading the import at runtime.

Add a helper to return user/model/field specific tags.

closes #50

closes #35