django-countries v7.1 Release Notes

Release Date: 2021-03-17 // about 3 years ago
    • ๐Ÿ‘ Allow customising the str_attr of Country objects returned from a CountryField via a new countries_str_attr keyword argument (thanks C. Quentin).

    • โž• Add pyuca as an extra dependency, so that it can be installed like pip install django-countries[pyuca].

    • โž• Add Django 3.2 support.