Implementing useful UI changes.
This commit is contained in:
parent
7ddfe084ba
commit
de5e5b4a43
6 changed files with 181 additions and 38 deletions
|
|
@ -34,7 +34,7 @@ class CRUDMixin:
|
|||
return out
|
||||
|
||||
result = {}
|
||||
for cls in self.__clas__.__mro__:
|
||||
for cls in self.__class__.__mro__:
|
||||
if hasattr(cls, "__table__"):
|
||||
for column in cls.__table__.columns:
|
||||
name = column.name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue