collerek

Results 13 issues of collerek

Right now you return the models ordered by id (or not really ordered didn't get into details of all backends, and without explicit order by the order in db is...

Hi ;) I realized I'm doing something pretty similar right now for my API endpoints but would like to use your library to save some work. But for that I...

Pretty common requirement is returning a list of items with only selected fields populated, while getting an item per id should return all fields (or at least different set of...

Probably with https://github.com/tartiflette/tartiflette As separate package?

enhancement
help wanted

apart from OneToMany (by `ForeignKey`) and `ManyToMany` add also support for `OneToOne` relations.

enhancement

I'm aware of the fact that there are some problems with pycharm autocompletion in the latest versions. It's not a bug in `ormar`, but a bug in pycharm, which causes...

bug

Since a lot of things in `ormar` are generated dynamically `mypy` does not play well with some of them. That's the idea behind custom plugin enhancing how mypy handles ormar,...

enhancement
help wanted

As described in #111 `QuerySet` methods should actually return inferred Model subclasses and not the main `ormar.Model`. Since I am not an expert in complex python typing any help appreciated.

enhancement
help wanted

Add windows support for tests: * different path to venv scripts * aiopg needs a workaround with event loop setting on py3.8+ Should be reviewed after #453 is merged to...

Hi, I'm using your plugin for quite some time and it's awesome - thanks for your work! :) I'm developing ormar - a mini async orm with fastapi in mind,...