Re: Get function name after....

2007-03-27 Thread mario__
On Mar 27, 1:32 pm, "Jacob Kaplan-Moss" <[EMAIL PROTECTED]> wrote: > > I really don't want to be the "bad cop" here, but developers with > users questions still need to ask them on the users list. > Don't worry, my mistake. When I have finished my "security" idea I'll drop a line here. Reg

Re: Get function name after....

2007-03-27 Thread Jacob Kaplan-Moss
On 3/27/07, mario__ <[EMAIL PROTECTED]> wrote: > well, I think this is Django development question. I need it because > I'm the author of the thread called: "Authentication issue (Proposal)" > and to know how resolve() works will be great. It could help me a lot. I really don't want to be the "b

Re: Get function name after....

2007-03-27 Thread mario__
On Mar 27, 12:54 pm, "Jacob Kaplan-Moss" <[EMAIL PROTECTED]> wrote: > Hi Mario -- > > On 3/27/07, Mario Gonzalez <[EMAIL PROTECTED]> wrote: > > > Hello, I'm trying to know the callback name after a resolve process > > [snip] > > Please direct questions of this nature to django-users; django-dev is

Re: Get function name after....

2007-03-27 Thread Jacob Kaplan-Moss
Hi Mario -- On 3/27/07, Mario Gonzalez <[EMAIL PROTECTED]> wrote: > Hello, I'm trying to know the callback name after a resolve process [snip] Please direct questions of this nature to django-users; django-dev is used to discuss the development of Django itself, not to answer usage questions.

Get function name after....

2007-03-27 Thread Mario Gonzalez
Hello, I'm trying to know the callback name after a resolve process from django.conf import settings from django.http import HttpResponse from django.core.urlresolvers import resolve class AuthorizedMiddleware(object): def process_request(self, request): return HttpResponse(str(