Work on hosted files and archive content and related bug fixes.
This commit is contained in:
@@ -20,7 +20,7 @@ class Archive_Base(BaseModel):
|
||||
default_factory = lambda:secrets.token_urlsafe(default_num_bytes),
|
||||
)
|
||||
id: Optional[int] = Field(
|
||||
#alias = 'archive_id'
|
||||
alias = 'archive_id'
|
||||
)
|
||||
account_id_random: Optional[str]
|
||||
account_id: Optional[int]
|
||||
@@ -93,6 +93,7 @@ class Archive_Base(BaseModel):
|
||||
|
||||
class Config:
|
||||
underscore_attrs_are_private = True
|
||||
allow_population_by_field_name = True
|
||||
fields = base_fields
|
||||
|
||||
#Archive_Base.update_forward_refs()
|
||||
|
||||
Reference in New Issue
Block a user