Skip to content

Commit

Permalink
Merge pull request #273 from barseghyanartur/v0.19.x
Browse files Browse the repository at this point in the history
Sync with v0.19.x
  • Loading branch information
barseghyanartur committed Nov 29, 2022
2 parents 1e0edbb + 7f0c8b6 commit f3679f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fobi/views/class_based.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def get_queryset(self):
"""
queryset = FormEntry._default_manager.filter(
user__pk=self.request.user.pk
)
).select_related('user')
ordering = self.get_ordering()
if ordering:
if isinstance(ordering, str):
Expand Down

0 comments on commit f3679f6

Please sign in to comment.