Andrey Bondar

Results 46 comments of Andrey Bondar

@w-A-L-L-e I can probably look at it, but honestly it's quite hard to debug pydantic issues after migration to 2.0, because it is all rust code just linked to python...

Hi! Sorry that PR got stale Could you please rebase it to actual develop?

Please add testcase reproducing issue to `tests/contrib/test_pydantic.py`

Hi At the moment we haven't implemented `FileField` because it doesn't bring much to core functionality of tortoise, which we are developing at the moment. If you are in need...

@YAGregor hi! Please rebase PR on actual develop and resolve conflict in Changelog Changes should go to 0.21.0 section

Hi, thanks you for using Tortoise, I am glad you like it. Regarding GIS support there is set of problems that have to be conquered to make it real. First...

Well, seems all sane to me. Regarding using `.annotate()` for using functions - may be should stick to it too, so our API would be more predictable for new users.

@konchunas Hi! Sorry this PR got forgotten Could you please rebase on fresh develop and move it to new changelog section (0.21.4)?

`select_related()` - selects related model fields in same query, through join. Works only on FK fields, as in case of OneToMany relationship there is no good way to request it...