Author: mtredinnick
Date: 2007-09-14 00:39:59 -0500 (Fri, 14 Sep 2007)
New Revision: 6167

Modified:
   django/trunk/django/http/__init__.py
Log:
Fixed a typo from [6164].


Modified: django/trunk/django/http/__init__.py
===================================================================
--- django/trunk/django/http/__init__.py        2007-09-14 05:39:42 UTC (rev 
6166)
+++ django/trunk/django/http/__init__.py        2007-09-14 05:39:59 UTC (rev 
6167)
@@ -54,7 +54,7 @@
         ``request.get_full_path()``.
         """
         if not location:
-            location = request.get_full_path()
+            location = self.get_full_path()
         if not ':' in location:
             current_uri = '%s://%s%s' % (self.is_secure() and 'https' or 
'http',
                                          get_host(self), self.path)


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to