Changes between Initial Version and Version 1 of Ticket #22996
- Timestamp:
- Jul 10, 2014, 1:14:22 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22996 – Description
initial v1 1 1 I'm getting a non-deterministic error while running Django 1.6.5 in production, when I try to access `request.GET`: 2 2 3 {{{ 3 4 Traceback (most recent call last): 4 5 … … 12 13 raw_query_string = raw_query_string.encode('iso-8859-1').decode('utf-8') 13 14 15 }}} 16 14 17 from a request of the form: 15 18 19 {{{ 16 20 'HTTP_FORWARDED_REQUEST_URI': '/categoria/8696/contratados?página=3' 21 }}} 17 22 18 23 I'm using one middleware, `'django.middleware.locale.LocaleMiddleware'` and `página` is a translation.