Opened 12 years ago
Closed 12 years ago
#19118 closed Cleanup/optimization (duplicate)
query_string should by decoded to utf-8
Reported by: | alex_po | Owned by: | nobody |
---|---|---|---|
Component: | Python 3 | Version: | dev |
Severity: | Normal | Keywords: | query_string |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
A query string at line 390 in django/http/__init__.py
should be decoded to utf-8.
Attachments (1)
Change History (4)
by , 12 years ago
comment:2 by , 12 years ago
At first sight this is a duplicate of #19075, but please reopen it if it's a different problem.
comment:3 by , 12 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Sorry, there is should be verification is
query_string
is string or bytes.