See #272: linting and changelog

This commit is contained in:
Eliot Berriot 2018-10-26 15:44:54 +02:00
parent ac4bba816d
commit bcd22eb38c
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
6 changed files with 39 additions and 29 deletions

View file

@ -3,7 +3,7 @@ import re
from django.db.models import Q
QUERY_REGEX = re.compile('(((?P<key>\w+):)?(?P<value>"[^"]+"|[\S]+))')
QUERY_REGEX = re.compile(r'(((?P<key>\w+):)?(?P<value>"[^"]+"|[\S]+))')
def parse_query(query):