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 toCOUNTRIES_FLAG_URL
.