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

@@ -44,7 +44,6 @@ sshtunnel>=0.1.3; python_version >= '2.7'
###############################################################
# Modules specifically required for Python2.7 or lesser version
###############################################################
backports.csv==1.0.5; python_version <= '2.7'
importlib==1.0.3; python_version <= '2.7'
###############################################################