Commit 1f50f08f by Tom Christie

Merge pull request #3190 from Hachikooking/master

Correct API ROOT to enable parametered urls
parents accd8fe1 d2ae7d4f
......@@ -291,6 +291,8 @@ 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