Work on better way to update objects.
This commit is contained in:
@@ -87,7 +87,7 @@ class Event_Session_Base(BaseModel):
|
||||
updated_on: Optional[datetime.datetime] = None
|
||||
|
||||
# Including other related objects
|
||||
#event: Optional[Event_Base]
|
||||
# event: Optional[Event_Base]
|
||||
event_abstract_list: Optional[list] # Optional[Event_Abstract_Base]
|
||||
event_badge_list: Optional[list] # Optional[Event_Abstract_Base]
|
||||
event_device_list: Optional[list] # Optional[Event_Device_Base]
|
||||
|
||||
@@ -232,6 +232,7 @@ class User_Base(BaseModel):
|
||||
email: Optional[str]
|
||||
email_verified: Optional[bool]
|
||||
password: Optional[str]
|
||||
new_password: Optional[str]
|
||||
|
||||
allow_auth_key: Optional[int]
|
||||
auth_key: Optional[str]
|
||||
|
||||
Reference in New Issue
Block a user