#18860: GET-parameters in `path` argument of `django.test.client.Client.get`
------------------------------------+--------------------
     Reporter:  lagunov.vladimir@…  |      Owner:  nobody
         Type:  Bug                 |     Status:  new
    Component:  Testing framework   |    Version:  1.4
     Severity:  Normal              |   Keywords:  Client
 Triage Stage:  Unreviewed          |  Has patch:  1
Easy pickings:  0                   |      UI/UX:  0
------------------------------------+--------------------
 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.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/18860>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to