crafty-4/app
luukas 1b059b24df
Update get_*_column functions
Use getattr instead of model_to_dict in single columns. We might want to
change the functions later on so peewee's ForeignKeyField primary key
shorthand like model.server_id instead of model.server.server_id
will work.

This will very likely increase performance of the get_*_column functions
due to not having to call the model_to_dict function from Peewee's
helper library.
2022-05-20 13:15:50 +03:00
..
classes Update get_*_column functions 2022-05-20 13:15:50 +03:00
config Merge branch 'feature/api-v2' into merge/api-v2 2022-05-05 03:32:09 +03:00
frontend Merge branch 'merge/api-v2' into 'dev' 2022-05-18 23:27:19 +00:00
migrations Moving Server Stats DB to Server Folder 2022-04-28 22:40:15 +02:00
translations Expand Cron explain 2022-05-19 11:04:13 -04:00