This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-05-09 16:36:29 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
regressiontests
/
requests
History
Julien Phalip
a15a3e9148
[1.5.x]
Fixed
#20169
-- Ensured that the WSGI request's path is correctly based on the
SCRIPT_NAME
environment parameter or the
FORCE_SCRIPT_NAME
setting, regardless of whether or not those have a trailing slash. Thanks to bmispelon for the review.
...
Backport of 2f81a0ca6543f
2013-04-01 12:07:58 -07: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
[1.5.x]
Fixed
#20169
-- Ensured that the WSGI request's path is correctly based on the
SCRIPT_NAME
environment parameter or the
FORCE_SCRIPT_NAME
setting, regardless of whether or not those have a trailing slash. Thanks to bmispelon for the review.
2013-04-01 12:07:58 -07:00