Revert model_rebuild order
This commit is contained in:
parent
f3f0bca9bd
commit
a1f72727bc
1 changed files with 1 additions and 2 deletions
|
|
@ -47,9 +47,8 @@ class SocietyPerson(DataPoint):
|
|||
name: str
|
||||
memberships: Optional[list[Organization]]
|
||||
|
||||
|
||||
Organization.model_rebuild()
|
||||
SocietyPerson.model_rebuild()
|
||||
Organization.model_rebuild()
|
||||
|
||||
|
||||
ORGANIZATION_NAMES = [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue