1👍
✅
Your model’s PK might be a UUID, but the object_id
field that’s part of the GenericForeignKey field in TaggedItem is still an integer.
There wouldn’t really be a good way of fixing this without modifying the taggit app itself, unfortunately.
Source:stackexchange.com