Changes between Initial Version and Version 1 of Ticket #22996


Ignore:
Timestamp:
Jul 10, 2014, 1:14:22 PM (10 years ago)
Author:
Aymeric Augustin
Comment:

Could you provide the full stack trace please?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22996 – Description

    initial v1  
    11I'm getting a non-deterministic error while running Django 1.6.5 in production, when I try to access `request.GET`:
    22
     3{{{
    34    Traceback (most recent call last):
    45   
     
    1213        raw_query_string = raw_query_string.encode('iso-8859-1').decode('utf-8')
    1314
     15}}}
     16
    1417from a request of the form:
    1518
     19{{{
    1620    'HTTP_FORWARDED_REQUEST_URI': '/categoria/8696/contratados?página=3'
     21}}}
    1722
    1823I'm using one middleware, `'django.middleware.locale.LocaleMiddleware'` and `página` is a translation.
Back to Top