Commit 1d12f72a authored by Paul Brown's avatar Paul Brown

default export_max_rows to unlimited

parent e53fb6c8
......@@ -620,9 +620,11 @@ class BaseModelView(BaseView, ActionsMixin):
"""
# Export settings
export_max_rows = None
export_max_rows = 0
"""
Maximum number of rows allowed for export.
Unlimited by default. Uses `page_size` if set to `None`.
"""
# Various settings
......
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