Skip to content

Commit

Permalink
Merge pull request #4 from noeldvictor/main
Browse files Browse the repository at this point in the history
adding range filter for date related fields.
  • Loading branch information
FlipperPA authored Nov 28, 2022
2 parents 0e53e76 + dc4ed1f commit 580ca6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions automagic_rest/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ def __init__(self, **kwargs):
"lte",
"gt",
"gte",
"range"
]

self.search_fields = tuple(self.search_fields)
Expand Down

0 comments on commit 580ca6d

Please sign in to comment.