Henry Mehta

Results 4 issues of Henry Mehta

I have a Django app which `django-countries`. I would like to alter the order of the countries shown based on the user's language. For example if the user is using...

enhancement

Current master version is not compatible with Django 2+. I have a compatible version here: https://github.com/HenryMehta/django-inspectional-registration Don't know how to migrate it back to you

The current master creates the following error in Django 4. `ImportError: cannot import name 'ugettext_lazy' from 'django.utils.translation' (/home/henry/Documents/Sites/patch/env/lib/python3.8/site-packages/django/utils/translation/__init__.py)` `ugettext_lazy` has been removed and needs to be replaced with `gettext_lazy`. I...

bug