TYPO IN COMMENTS: withTout
withtout => without
This commit is contained in:
parent
e2bc05585f
commit
040a44c5cb
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ class ServerConfig(WeakSharedMemoryModel):
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# 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.
|
||||||
|
|
||||||
# main name of the database entry
|
# main name of the database entry
|
||||||
db_key = models.CharField(max_length=64, unique=True)
|
db_key = models.CharField(max_length=64, unique=True)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue