Commit 2109f552 by clemence.lop

Correct API ROOT to enable parametered urls

parent 6e3ba202
......@@ -291,6 +291,7 @@ class DefaultRouter(SimpleRouter):
try:
ret[key] = reverse(
url_name,
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