Commit 317608b1 authored by Priit Laes's avatar Priit Laes

Add versionadded annotation

parent 4deb8630
......@@ -32,6 +32,8 @@ def expose_plugview(url='/'):
:param url:
Relative URL for the view
.. versionadded:: 1.0.4
"""
def wrap(v):
return expose(url)(v.as_view(v.__name__))
......
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