django-countries v7.3.2 Release Notes

Release Date: 2022-03-04 // about 2 years ago
    • 🛠 Fix slowdown introduced in v7.3 caused by always using country name lookups for field comparisons. filter(country="New Zealand") will no longer match now, but instead new __name and __iname filters have been added to achieve this.

Previous changes from v7.3.1

    • 🛠 Typing compatibility fixes for Python <3.9.