Closed Jaymon closed 3 years ago
I just had to do something like this in an Orm method:
Foo = self.query.ref("some.modulepath.Foo").orm_class
And it would be great if I could do this instead:
Foo = self.ref("some.modulepath.Foo")
I just had to do something like this in an Orm method:
And it would be great if I could do this instead: