Commit 924533c7 authored by rat's avatar rat

Update MongoEngine filters.py to include options descriptions similar to BaseFilter

BaseFilter properly describes use of options. Including same wording for mongoengine filters.py
parent a7796c84
...@@ -17,7 +17,7 @@ class BaseMongoEngineFilter(filters.BaseFilter): ...@@ -17,7 +17,7 @@ class BaseMongoEngineFilter(filters.BaseFilter):
:param name: :param name:
Display name Display name
:param options: :param options:
Fixed set of options Fixed set of options. If provided, will use drop down instead of textbox.
:param data_type: :param data_type:
Client data type Client data type
""" """
......
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