Ali Akhtar

Results 23 comments of Ali Akhtar

Yes, great library, but can we please have a release that fixes this issue? Hopefully it also works for `objects.get()`

Thanks - is that available on pip? On Tue, 23 Mar 2021 at 8:48 AM, collerek ***@***.***> wrote: > There is already PR #132 > that should fix all objects.method()...

Awesome - Love it! I think Model.objects.get() should return an optional instead of raising a NoMatch - do you agree @collerek ? If so I can do a PR for...

We could keep all the other exceptions and only return None if no record is found? IMO returning None if no record is found is pretty explicit, and in code...

What about a new method called `get_if_exists` with the type signature to return optional instead? Happy to send a PR for it. P.S I have a deadline to meet but...

That's awesome, and very fast. Thanks! Almost wish you hadn't done it so I could send a PR 😛

Bump - any thoughts / workarounds for this @npgall ?

@npgall Hey Neil, Thanks for the response, and thanks for the great library. I'm the developer of https://naminator.io , we moved our datasets from SQLite to CQEngine and our query...

+1, would like to know this too @mityalebedev

Bump - can this please be added? Shouldn't be too hard as most other functions are supported and this is a pretty important one