You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@lucemia here I guess you're suggesting that we just use a straightforward mapping of tag text to do a lookup? Seems pretty doable (with the usual caveats for custom tag types)
We have added natural keys support to the custom Tag model in the Django taggit library. This allows you to identify objects by human-readable identifiers rather than by their database ID.
Looks like
taggit
doesn't yet support loaddata / dumpdata with natural keys.https://docs.djangoproject.com/en/3.1/topics/serialization/#natural-keys
It will be great if django-taggit can add this feature.
The text was updated successfully, but these errors were encountered: