Author: Alex
Date: 2011-09-10 14:29:21 -0700 (Sat, 10 Sep 2011)
New Revision: 16790
Modified:
django/trunk/django/core/handlers/base.py
Log:
Fixed #16810, corrected a bad docstring. Thanks to kenkam for the patch.
Modified: django/trunk/django/core/handlers/base.py
===================================================================
--- django/trunk/django/core/handlers/base.py 2011-09-10 21:00:32 UTC (rev
16789)
+++ django/trunk/django/core/handlers/base.py 2011-09-10 21:29:21 UTC (rev
16790)
@@ -242,7 +242,7 @@
Returns the equivalent of the HTTP request's SCRIPT_NAME environment
variable. If Apache mod_rewrite has been used, returns what would have been
the script name prior to any rewriting (so it's the script name as seen
- from the client's perspective), unless DJANGO_USE_POST_REWRITE is set (to
+ from the client's perspective), unless FORCE_SCRIPT_NAME is set (to
anything).
"""
from django.conf import settings
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.