-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix 226: add q method on PeeringFilterSet * fix 192: change q search method for SearchFilter * added search filter for AddressFamilyFilterSet * Update changes/192.changed Co-authored-by: Glenn Matthews <glenn.matthews@networktocode.com> * Update changes/226.added Co-authored-by: Glenn Matthews <glenn.matthews@networktocode.com> * Delete changes/226.fixed * replacing django TestCase by BaseFilterTestCase + search function for all filtersets tests --------- Co-authored-by: Glenn Matthews <glenn.matthews@networktocode.com>
- Loading branch information
1 parent
e452a40
commit e4ba1f1
Showing
4 changed files
with
89 additions
and
98 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Changed all `q` search methods to use `SearchFilter`. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Added `q` search filters to `AddressFamilyFilterSet` and `PeeringFilterSet`. |
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