All Versions
44
Latest Version
Avg Release Cycle
76 days
Latest Release
568 days ago

Changelog History
Page 5

  • v3.0 Changes

    October 22, 2014

    ๐Ÿ‘ 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)

  • v2.1.2 Changes

    March 28, 2014
    • ๐Ÿ›  Fix Python 3 compatibility.
  • v2.1.1 Changes

    March 28, 2014
    • ๐Ÿ›  Fix issue with translations getting evaluated early.
  • v2.0 Changes

    February 18, 2014

    ๐ŸŒฒ This is the first entry to the change log. The previous was 1.5, ๐Ÿš€ released 19 Nov 2012.

    • โšก๏ธ Optimized flag images, adding flags missing from original source.

    • ๐Ÿ‘ Better storage of settings and country list.

    • ๐Ÿ†• New country list format for fields.

    • ๐Ÿ‘ Better tests.

    • Changed COUNTRIES_FLAG_STATIC setting to COUNTRIES_FLAG_URL.