Doc fix in tag docstring. Resolves #2155
This commit is contained in:
parent
9b08bfe9c2
commit
929c16bb14
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ class Tag(models.Model):
|
||||||
indexed for efficient lookup in the database. Tags are shared
|
indexed for efficient lookup in the database. Tags are shared
|
||||||
between objects - a new tag is only created if the key+category
|
between objects - a new tag is only created if the key+category
|
||||||
combination did not previously exist, making them unsuitable for
|
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).
|
used).
|
||||||
|
|
||||||
The 'db_data' field is intended as a documentation field for the
|
The 'db_data' field is intended as a documentation field for the
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue