Opened 9 years ago
Closed 8 years ago
#27156 closed Bug (fixed)
Setting HttpRequest.encoding should clear GET
Description ¶
Discovered in #27113, commit d7a4b156d935ffcb8cdd9290688457453fc06b24 broke clearing of request.GET
when request.encoding
changes. I think the line in the encoding.settr
needs to use del self.GET
instead of del self._get
.
Change History (5)
comment:1 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 8 years ago
Has patch: | set |
---|
comment:3 by , 8 years ago
Note:
See TracTickets
for help on using tickets.
https://github.com/django/django/pull/7569