Igor Benav

Results 116 comments of Igor Benav

@slaarti do you still plan to do this?

Damn, now I feel bad. Let me know if you need any help.

Do you mean something like ```python video_count_config = CountConfig( related_model=Video, join_condition=(Video.id == VideoSearchAssociation.video_id) & (VideoSearchAssociation.search_id == Search.id), count_alias='videos_count' ) ``` Then passing it to a `get_multi_joined`, and getting something like:...

I'm fixing this one next

Sorry, this is taking a while. I'm fixing all the other issues related to joined methods before adding a new feature

I think all that's missing are typing fixes and docs and we're good to go

Looking really good, @JakNowy, great work!

To be honest, I thought passing an empty string was working. Thanks for all the issues, by the way! Really great that you caught all of this stuff. About the...

This pagination part has been dealt with in #62, probably not the best option to make unpaginated a default endpoint (people might just add it blindly and then all of...

We add a warning in the release and in the docs and change version from 0.11.x to 0.12.0 to indicate breaking changes. Since we're at 0.y.z, breaking changes are acceptable...