Phivos Stylianides

Results 6 comments of Phivos Stylianides

From `m = MockModel(firstname='a' + exp.firstname, user=exp.user)` does `exp.user` have a pk/id? It should work if that is populated or if the `user=...` part is omitted. The library determines the...

hi @phitranphitranphitran CI only fails with py2.7. I will create a new version `2.2` and drop support for python 2, so we can merge this after.

Codeclimate stuff are not a required check, not sure why it still needs force merge. About the codecove failure it's these 2 lines: ```python except ImportError: from mock import Mock...

Awesome thanks! (Build passes not sure why the PR wasn't updated to reflect [the results](https://github.com/stphivos/django-mock-queries/actions/runs/4949461419))

@stefan6419846 thank you! i have just followed your steps.

I'm afraid this one is a bit tricky. Maybe a possible solution would be to somehow use a nested `MockSet` for `Subquery` and modify `get_attribute` to handle that scenario and...