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
core.Version.tags: (fields.E305) Reverse query name for 'core.Version.tags' clashes with reverse query name for 'core.VariantSet.tags'.
HINT: Add or change a related_name argument to the definition for 'core.Version.tags' or 'core.VariantSet.tags'.
core.Version.tags: (fields.E305) Reverse query name for 'core.Version.tags' clashes with reverse query name for 'core.Note.tags'.
HINT: Add or change a related_name argument to the definition for 'core.Version.tags' or 'core.Note.tags'.
....
Django 4.2
latest django-taggit
The text was updated successfully, but these errors were encountered:
I have a mixin model class added to all my models, but don't want to have reversed field, so I set
related_name="+"
to all tags fields.Then I got these errors, how to fix it?
Django 4.2
latest django-taggit
The text was updated successfully, but these errors were encountered: