Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mstingl committed Sep 17, 2023
1 parent 022a2f7 commit 23d3fc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion djfapi/routing/django.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ def search_filter(self, **kwargs: Dict[str, Any]) -> models.Q:
query.negate()

else:
query = models.Q(**{arg[5:]: value})
query = models.Q(**{arg: value})

q &= query

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = djfapi
version = 0.0.69
version = 0.0.70
author = Manuel Stingl
author_email = opensource@voltane.eu
description = Utilities for use with FastAPI and django
Expand Down

0 comments on commit 23d3fc6

Please sign in to comment.