commit
8d3253b966
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ Typeclass for Account objects
|
||||||
Note that this object is primarily intended to
|
Note that this object is primarily intended to
|
||||||
store OOC information, not game info! This
|
store OOC information, not game info! This
|
||||||
object represents the actual user (not their
|
object represents the actual user (not their
|
||||||
character) and has NO actual precence in the
|
character) and has NO actual presence in the
|
||||||
game world (this is handled by the associated
|
game world (this is handled by the associated
|
||||||
character object, so you should customize that
|
character object, so you should customize that
|
||||||
instead for most things).
|
instead for most things).
|
||||||
|
|
|
||||||
|
|
@ -59,7 +59,7 @@ class Attribute(SharedMemoryModel):
|
||||||
# Attribute Database Model setup
|
# Attribute Database Model setup
|
||||||
#
|
#
|
||||||
# These database fields are all set using their corresponding properties,
|
# These database fields are all set using their corresponding properties,
|
||||||
# named same as the field, but withtout the db_* prefix.
|
# named same as the field, but without the db_* prefix.
|
||||||
db_key = models.CharField("key", max_length=255, db_index=True)
|
db_key = models.CharField("key", max_length=255, db_index=True)
|
||||||
db_value = PickledObjectField(
|
db_value = PickledObjectField(
|
||||||
"value",
|
"value",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue