Changes between Initial Version and Version 2 of Ticket #7379
- Timestamp:
- Jun 16, 2008, 10:27:28 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7379 – Description
initial v2 1 1 line 83 of django/middleware/common.py should be: 2 2 3 {{{ 3 4 newurl += '?' + request.META['QUERY_STRING'] 5 }}} 4 6 5 7 instead of: 6 8 9 {{{ 7 10 newurl += '?' + request.GET.urlencode() 11 }}} 8 12 9 13 That will ensure that the query parameters included in the redirect url are