ckan / ckanext-dcat

CKAN ♥ DCAT
164 stars 142 forks source link

Fixed login Internal server error #181

Closed styhar closed 4 years ago

styhar commented 4 years ago

This change fixes login Internal server error mentioned here: https://github.com/ckan/ckanext-dcat/issues/179

smotornyuk commented 4 years ago

Tested and verified. I think, it would be nice to remove this from past.builtins import basestr and use six.str_type instead