Typo
This commit is contained in:
parent
fda51edea6
commit
b94767b85a
1 changed files with 1 additions and 1 deletions
|
|
@ -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