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 at http://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