We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b357285 commit 228fd3eCopy full SHA for 228fd3e
sogs/model/user.py
@@ -36,7 +36,7 @@ def __init__(self, row=None, *, id=None, session_id=None, autovivify=True, touch
36
returning it.
37
"""
38
self._touched = False
39
- self._refresh(row=row, id=id, session_id=session_id)
+ self._refresh(row=row, id=id, session_id=session_id, autovivify=autovivify)
40
41
if touch:
42
self._touch()
0 commit comments