﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
18860	GET-parameters in `path` argument of `django.test.client.Client.get`	lagunov.vladimir@…	nobody	Sometimes we need to send with {{{Client}}} query on URL that already contains GET parameters. In such situation method {{{get}}} of {{{Client}}} totally replaces parameters from URL and sends only parameters from argument {{{data}}}. This behavior isn't obvious and it would be more convenient for programmer if {{{get}}} will append parameters from {{{data}}} to query instead of replacing it.	Bug	closed	Testing framework	1.4	Normal	invalid	Client	lvo@…	Unreviewed	1	0	1	0	0	0
