Commit 0724f0ec authored by Paul Brown's avatar Paul Brown

Merge pull request #1066 from Sumukh/patch-1

CSV Documentation: fix max rows attribute name
parents 784d2ab8 ced8819a
......@@ -278,7 +278,7 @@ To **enable csv export** of the model view::
can_export = True
This will add a button to the model view that exports records, truncating at :attr:`~flask_admin.model.BaseModelView.max_export_rows`.
This will add a button to the model view that exports records, truncating at :attr:`~flask_admin.model.BaseModelView.export_max_rows`.
Adding Your Own Views
=====================
......
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