-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rework filtering and searching for projects
Two intertwined issues are fixed: - An empty search query would cause no projects to be returned. Now we only search if a query is given. - We weren't filtering projects at all. We're really going against the intention of django_filters with this one, but let's see... The test was simply wrong (and duplicated).
- Loading branch information
1 parent
f7ba460
commit 6c0d467
Showing
2 changed files
with
26 additions
and
30 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