Commit d2ae7d4f by Hachikooking

Add args to the function call for unnamed parameters

parent 2109f552
......@@ -291,6 +291,7 @@ class DefaultRouter(SimpleRouter):
try:
ret[key] = reverse(
url_name,
args=args,
kwargs=kwargs,
request=request,
format=kwargs.get('format', None)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment