mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 20:17:16 +02:00
Removed .typeclass and .dbobj references in codebase.
This commit is contained in:
parent
1130dc5757
commit
70da53569d
23 changed files with 60 additions and 127 deletions
|
|
@ -75,7 +75,7 @@ class Attribute(SharedMemoryModel):
|
|||
db_model = models.CharField(
|
||||
'model', max_length=32, db_index=True, blank=True, null=True,
|
||||
help_text="Which model of object this attribute is attached to (A "
|
||||
"natural key like objects.dbobject). You should not change "
|
||||
"natural key like 'objects.dbobject'). You should not change "
|
||||
"this value unless you know what you are doing.")
|
||||
# subclass of Attribute (None or nick)
|
||||
db_attrtype = models.CharField(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue