Ensure that null values handled properly in CSV download. Fixes #3780

This commit is contained in:
Akshay Joshi
2019-01-01 15:14:32 +05:30
parent 5799ac14ba
commit 41c028f944
12 changed files with 821 additions and 24 deletions

View File

@@ -96,7 +96,6 @@ setup(
"Flask-BabelEx==0.9.3"
],
":python_version<='2.7'": [
"backports.csv==1.0.5",
"importlib==1.0.3"
],
":python_version>='2.7'": [