There are 2 reverse() methods defined in that file, one of them is a
method on the RegexURLResolver class which has the signature that you
suggest, the other is the one imported with from
django.core.urlresolvers import reverse, and it has that signature.

On Jun 22, 4:31 pm, Aral Balkan <[EMAIL PROTECTED]> wrote:
> Sorry to send this to the list but I cannot post tickets on your
> ticket tracker (I keep getting Error 500: Ticket flagged as potential
> spam).
>
> Ticket I was trying to open follows:
>
> * * *
>
> The docs athttp://www.djangoproject.com/documentation/url_dispatch/#reverse
> state that the reverse() function has the following signature:
>
> reverse(viewname, urlconf=None, args=None, kwargs=None)
>
> Whereas it is actually:
>
> reverse(self, lookup_view, *args, **kwargs):
>
> i.e., all args are required (Latest Django trunk from SVN).
>
> * * *
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to