1
0
mirror of https://github.com/django/django.git synced 2024-11-19 16:04:13 +00:00
django/tests/regressiontests/requests
2011-12-16 23:50:34 +00:00
..
__init__.py Fixed #5595 -- Made ModPythonRequest.__repr__ return a string instead of a unicode object. Fixes the printout of the request object in those server error e-mails I never get :) 2008-03-08 03:06:30 +00:00
models.py Fixed #5595 -- Made ModPythonRequest.__repr__ return a string instead of a unicode object. Fixes the printout of the request object in those server error e-mails I never get :) 2008-03-08 03:06:30 +00:00
tests.py Refs #17323 -- Updated a test to use try/finally to avoid state leakage. Thanks dstufft for the patch. 2011-12-16 23:50:34 +00:00