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