django добавить параметры Queury, чтобы реверсировать

response = self.client.get('%s?param1=%s' % (reverse('url'), 'param1_value'))
Lovely Coder