-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Filter fields specification and testing.
- Specify lookups per field to allow for more than __exact. - Replace filter_class with filterset_class. - Add some basic filtering tests to hostgroups. Still missing: - User input with unfamiliar lookups will remove that part of the query, this should probably result in a bad request. - Searching for unknown fields is also ignored. - Filters should be tested for all classes.
- Loading branch information
Showing
7 changed files
with
277 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.