Closed nicolasmoreau closed 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.
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.