Closed Jaymon closed 1 year ago
Now that we're python 3+ only, we should have built-in support for enum.
Now that Orm.models_name and Orm.model_name exist we should be able to make the MagicOrm functionality a bit better and move it into the main Orm
Orm.models_name
Orm.model_name
MagicOrm
Orm
This has been done over the last month. MagicOrm still exists though with some functionality I'm not ready to move into the main Orm class
Now that we're python 3+ only, we should have built-in support for enum.
Now that
Orm.models_name
andOrm.model_name
exist we should be able to make theMagicOrm
functionality a bit better and move it into the mainOrm