VAMDC / NodeSoftware

Python/Django-based software for running VAMDC data nodes.
http://www.vamdc.eu
GNU General Public License v3.0
15 stars 23 forks source link

modify isiterable lambda expression #128

Closed nicolasmoreau closed 7 years ago

nicolasmoreau commented 7 years ago

use basestring instead of string to check if a value is iterable or not because django models can return unicode which are not string instances.