Changes between Initial Version and Version 10 of Ticket #16705
- Timestamp:
- Sep 24, 2011, 4:32:48 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16705
- Property Patch needs improvement unset
- Property Needs tests unset
- Property Severity Normal → Release blocker
- Property Triage Stage Unreviewed → Ready for checkin
- Property Owner changed from to
- Property Cc added
-
Ticket #16705 – Description
initial v10 1 [https://code.djangoproject.com/changeset/13746 r13746] (from [https://code.djangoproject.com/ticket/9966 ticket 9966]) makes the assumption that QUERY_STRING exists. As this is a [http://www.python.org/dev/peps/pep-3333/#environ-variables bad assumption], please apply the attached patch.1 r13746 (from #9966) makes the assumption that QUERY_STRING exists. As this is a [http://www.python.org/dev/peps/pep-3333/#environ-variables bad assumption], please apply the attached patch. 2 2 3 See also: [https://code.djangoproject.com/ticket/9435 ticket 9435].3 See also: #9435.