Skip to content

Commit 696b8f1

Browse files
committed
Removed the lazy=joined" part of the Person model definition attribute notes
1 parent 186b8d6 commit 696b8f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flask-connexion-rest-part-3/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ class Person(db.Model):
1414
notes = db.relationship(
1515
"Note",
1616
backref="person",
17-
lazy="joined",
1817
cascade="all, delete, delete-orphan",
1918
single_parent=True,
2019
order_by="desc(Note.timestamp)",

0 commit comments

Comments
 (0)