CZ-NIC / django-fido

Django application for FIDO protocol U2F
GNU General Public License v3.0
28 stars 11 forks source link

changing function force_text to force_str #147

Closed lordematus closed 2 years ago

lordematus commented 2 years ago

On Django 4.0 the function force_text was removed. Here, I have changed the function force_text to force_str, in order to get this lib working with Django 4.0

tpazderka commented 2 years ago

Looks good to me. Thanks for the contribution.

The test fails are already on master and I will fix them shortly.

tpazderka commented 2 years ago

Master is fixed, could you please rebase?

lordematus commented 2 years ago

@tpazderka Could you approve my workflow? I think that you need to approve before going into CI. Am I right?