Commit 19f8e0e2 authored by Serge S. Koval's avatar Serge S. Koval

Merge pull request #1233 from makudesu/master

Fixed broken link to tablib readme
parents c945f214 e23273bb
...@@ -693,7 +693,7 @@ class BaseModelView(BaseView, ActionsMixin): ...@@ -693,7 +693,7 @@ class BaseModelView(BaseView, ActionsMixin):
A list of available export filetypes. `csv` only is default, but any A list of available export filetypes. `csv` only is default, but any
filetypes supported by tablib can be used. filetypes supported by tablib can be used.
Check tablib for https://github.com/kennethreitz/tablib/bloab/master/README.rst Check tablib for https://github.com/kennethreitz/tablib/blob/master/README.rst
for supported types. for supported types.
""" """
......
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