django-countries v4.1 Release Notes

Release Date: 2017-02-22 // about 7 years ago
    • ๐Ÿ‘ Better default Django admin filter when filtering a country field in a ModelAdmin.

    • ๐Ÿ›  Fix settings to support Django 1.11

    • ๐Ÿ›  Fix when using a model instance with a deferred country field.

    • ๐Ÿ‘ Allow CountryField to handle multiple countries at once!

    • ๐Ÿ‘ Allow CountryField to still work if Deferred.

    • ๐Ÿ›  Fix a field with customized country list. Thanks pilmie!