imAsparky / django-tag-me

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

chore(admin): Add admin widget, and readonly True #64 #65

Closed imAsparky closed 4 months ago

imAsparky commented 4 months ago

This customization allows for scenarios where appropriate tag options might differ between regular users and admin users. By setting the field as readonly in certain contexts, it ensures data consistency and prevents the introduction of invalid tags by admin users, while still allowing admins to view the full set of selected tags if needed.

Tidy up doc strings and comments

closes #64