0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python3,958 stars (3,958 stars)319 forks (319 forks)batch import
help wanted
Description
...seems to work buggy.
- Can't seem to be able to disable all filters. Have to use Incognito mode to view all requests.
- Am able to choose a view and a URL that doesn't lead to it (and vice versa), obviously leading to a meaningless empty page.
- On choosing a view, sometimes (can't quite understand when) wrong URL is automatically chosen for me (!!!), obviously leading to a meaningless empty page, again.
- Issue type
- bug
- Research direction
- Examine the filtering logic in django silk, likely in the SilkRequest model or the view functions that handle filtering by view name and URL. Look for any inconsistencies in how filters are applied and reset. Check if there are existing tests for the filtering functionality to understand expected behavior. Review the filter form and query parameter handling to identify the bugs described.