Saving changes now that most things have been migrated to CRUD V3 and appear to be working. This still needs testing though.

This commit is contained in:
Scott Idem
2026-01-06 13:11:03 -05:00
parent 552ca31603
commit 9c06b07665
6 changed files with 310 additions and 795 deletions

View File

@@ -95,4 +95,5 @@ class Account_Base(BaseModel):
class Config:
underscore_attrs_are_private = True
fields = base_fields
allow_population_by_field_name = True
# ### END ### API Account Models ### Account_Base() ###