#22897: Made query_string argument to QueryDict optional
------------------------------------------------+------------------------
               Reporter:  duncan@…              |          Owner:  nobody
                   Type:  Cleanup/optimization  |         Status:  new
              Component:  HTTP handling         |        Version:  master
               Severity:  Normal                |       Keywords:
           Triage Stage:  Unreviewed            |      Has patch:  1
    Needs documentation:  0                     |    Needs tests:  0
Patch needs improvement:  0                     |  Easy pickings:  0
                  UI/UX:  0                     |
------------------------------------------------+------------------------
 Previously, a blank QueryDict could be created by calling

 `QueryDict(str(''))` or `QueryDict(None)`

 It seems rather nicer to just allow the query_string argument to
 default to None so that we can just write QueryDict().

 It's a commit in ​https://github.com/django/django/pull/2778

-- 
Ticket URL: <https://code.djangoproject.com/ticket/22897>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/063.c3eea81e55d1e859e4c263f047aeaef1%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to