Keep Model instances without RelatedModel in query
Hi, how do I keep records that do not have related model value in my query?
I have a query like:
And all
MyModel
instances that do not have the RelatedModel
will be excluded in that query. How can I include them and just let the value be null?0 Replies