Commit cf2c063f authored by Paul Brown's avatar Paul Brown

Merge pull request #1095 from hidavy/master

Update base.py
parents 9ed96cb6 c38f4b90
......@@ -667,9 +667,7 @@ class BaseModelView(BaseView, ActionsMixin):
:param category:
View category
:param endpoint:
Base endpoint. If not provided, will use the model name + 'view'.
For example if model name was 'User', endpoint will be
'userview'
Base endpoint. If not provided, will use the model name.
:param url:
Base URL. If not provided, will use endpoint as a URL.
:param menu_class_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