django-countries v6.0 Release Notes

Release Date: 2020-02-28 // about 4 years ago
    • ๐Ÿ‘‰ Make DRF CountryField respect blank=False. This is a backwards incompatible change since blank input will now return a validation error (unless blank is explicitly set to True).

    • ๐Ÿ›  Fix COUNTRIES_OVERRIDE when using the complex dictionary format and a single name.

    • โž• Add bandit to the test suite for basic security analysis.

    • โฌ‡๏ธ Drop Python 2.7 and Python 3.4 support.

    • โž• Add Rest Framework 3.10 and 3.11 to the test matrix, remove 3.8.

    • ๐Ÿ›  Fix a memory leak when using PyUCA. Thanks Meiyer (aka interDist)!