On Nov 17, 4:15 am, Malcolm Tredinnick <[EMAIL PROTECTED]>
wrote:
> On Fri, 2007-11-16 at 19:04 -0800, [EMAIL PROTECTED] wrote:
>
> [...]
>
> > Is there a way to have access to exactly the url used for the request?
>
> Seehttp://www.djangoproject.com/documentation/request_response/#methods
>
> Looking at the documentation for the "request" object would seem to be
> an obvious first place to look here. And, sure enough, get_full_path()
> is documented there.
>
> Malcolm
>
> --
> Honk if you love peace and quiet.http://www.pointy-stick.com/blog/
That's where I started but if I do a request for
www.example.com/test/?
the get_full_path() returns
www.example.com/test/
which isn't what we are needing in this situation, I am looking for
exactly what was requested through the url.
Any ideas?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---