Changes between Initial Version and Version 1 of Ticket #19081
- Timestamp:
- Oct 7, 2012, 3:01:17 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19081
- Property Patch needs improvement set
-
Ticket #19081 – Description
initial v1 3 3 This turns `environ['QUERY_STRING']` into a unicode string, which later on prevents correct decoding in `QueryDict`. 4 4 5 Basically thefix is:5 A quick'n'dirty, Python 2 only fix is: 6 6 7 7 {{{