Remove reference to hashes in JSON example
This commit is contained in:
parent
a984bc21cc
commit
afe05fb7dd
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class Member(BaseJsonModel):
|
||||||
email: str = Field(unique=True, index=True)
|
email: str = Field(unique=True, index=True)
|
||||||
join_date: datetime.date
|
join_date: datetime.date
|
||||||
|
|
||||||
# Creates an embedded model: stored as hash fields or JSON document.
|
# Creates an embedded model.
|
||||||
address: Address
|
address: Address
|
||||||
|
|
||||||
# Creates an embedded list of models.
|
# Creates an embedded list of models.
|
||||||
|
|
Loading…
Reference in a new issue