Skip to content
Snippets Groups Projects
Commit bd186ec2 authored by Aaron Weaver's avatar Aaron Weaver
Browse files

Change url search to ignore case

parent f0212bcc
No related branches found
No related tags found
No related merge requests found
__version__ = '1.1.0'
__version__ = '1.1.1'
No preview for this file type
......@@ -887,7 +887,7 @@ class DefectDojoAPI(object):
params['name'] = name
if url:
params['url'] = url
params['url__iregex'] = url
if tool_project_id:
params['tool_project_id__contains'] = tool_project_id
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment