django-countries v3.0 Release Notes

Release Date: 2014-10-22 // over 9 years ago
  • ๐Ÿ‘ Django supported versions are now 1.4 (LTS) and 1.6+

    • โž• Add COUNTRIES_ONLY setting to restrict to a specific list of countries.

    • โšก๏ธ Optimize country name translations to avoid exessive translation calls that were causing a notable performance impact.

    • PyUCA integration, allowing for more accurate sorting across all locales. Also, a better sorting method when PyUCA isn't installed.

    • ๐Ÿ‘ Better tests (now at 100% test coverage).

    • Add a COUNTRIES_FLAG_URL setting to allow custom flag urls.

    • ๐Ÿ‘Œ Support both IOC and numeric country codes, allowing more flexible lookup of countries and specific code types.

    • โช Field descriptor now returns None if no country matches (reverted in v3.0.1)