• Duncan Parkes's avatar
    Fixed #22799 -- Made GET and POST on HttpRequest QueryDicts, and FILES a MultiValueDict. · fd4ccd04
    Duncan Parkes yazdı
    Previously, GET, POST, and FILES on an HttpRequest were created in
    the __init__ method as dictionaries. This was not something you would
    usually notice causing trouble in production as you'd only see a
    WSGIRequest, but in testing using the test client, calling .getlist
    on GET, POST, or FILES for a request with no get/post data resulted in
    an AttributeError.
    
    Changed GET and POST on an HttpRequest object to be mutable
    QueryDicts (mutable because the Django tests, and probably many
    third party tests, were expecting it).
    fd4ccd04
Adı
Son kayıt (commit)
Son güncelleme
..
_ext Loading commit data...
_theme Loading commit data...
faq Loading commit data...
howto Loading commit data...
internals Loading commit data...
intro Loading commit data...
man Loading commit data...
misc Loading commit data...
ref Loading commit data...
releases Loading commit data...
topics Loading commit data...
Makefile Loading commit data...
README Loading commit data...
conf.py Loading commit data...
contents.txt Loading commit data...
glossary.txt Loading commit data...
index.txt Loading commit data...
make.bat Loading commit data...
spelling_wordlist Loading commit data...