Commit ced8819a authored by Sumukh Sridhara's avatar Sumukh Sridhara

Update csv_export max rows reference to actual attr name

parent 784d2ab8
......@@ -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