mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
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
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue