This commit is contained in:
trhr 2020-04-06 01:00:06 -05:00
parent 95b4c58ecd
commit 2726c25e1d

View file

@ -59,7 +59,7 @@ class Attribute(SharedMemoryModel):
# Attribute Database Model setup
#
# 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_value = PickledObjectField(
"value",