imAsparky / django-tag-me

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

[FEAT]: Update custom model charfield formfield to ensure admin can only read the tags. #64

Closed imAsparky closed 4 months ago

imAsparky commented 4 months ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Its possible for admin users to enter tags that are not an option in UserTags. Having this as readonly ensures no dirty data.

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.