Doc fix in tag docstring. Resolves #2155

This commit is contained in:
Griatch 2020-07-18 21:59:31 +02:00
parent 9b08bfe9c2
commit 929c16bb14

View file

@ -36,7 +36,7 @@ class Tag(models.Model):
indexed for efficient lookup in the database. Tags are shared
between objects - a new tag is only created if the key+category
combination did not previously exist, making them unsuitable for
storing object-related data (for this a full tag should be
storing object-related data (for this a regular Attribute should be
used).
The 'db_data' field is intended as a documentation field for the