Skip to content

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanmajoor committed Mar 10, 2022
1 parent 2c72aff commit 15e357f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions binder/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -993,11 +993,7 @@ def _get_with_ids(self, pks, request, include_annotations, with_map, where_map):
rev_field = f.remote_field.name
query = (
view.model.objects
<<<<<<< HEAD
.filter(prefix_q_expression(q, rev_field, field), **{rev_field + '__in': pks})
=======
.filter(prefix_q_expression(q, rev_field, field, view.model), **{rev_field + '__in': pks})
>>>>>>> master
.values_list(rev_field + '__pk', 'pk')
.distinct()
)
Expand Down

0 comments on commit 15e357f

Please sign in to comment.