Revert model_rebuild order

This commit is contained in:
Leon Luithlen 2024-11-15 16:17:33 +01:00
parent f3f0bca9bd
commit a1f72727bc

View file

@ -47,9 +47,8 @@ class SocietyPerson(DataPoint):
name: str
memberships: Optional[list[Organization]]
Organization.model_rebuild()
SocietyPerson.model_rebuild()
Organization.model_rebuild()
ORGANIZATION_NAMES = [