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]
|
||||
|
||||
Reference in New Issue
Block a user