------------------ * Fix update command to handle regions with same name in different countries
0.5.1
------------------ * Fix packaging issues
0.5
---------------- * Django 1.7 support (if you're using ``Django<1.7`` with ``South``, you'll need to upgrade South to latest version). * Fix ipgeobase update edge case when ``IPGEOBASE_ALLOWED_COUNTRIES`` is not empty
0.4
---------------- * ***BACKWARDS INCOMPATIBLE*** Fixed latitude and longitude being mixed up during import * Django 1.6 support * Support for pip 1.5
0.3.1
------------------ * Ability to exclude countries on import via ``IPGEOBASE_ALLOWED_COUNTRIES`` option (thnx, saippuakauppias) * Store explicit empty location when no location matches (thnx, saippuakauppias) * Restored Django 1.3 support
0.3.0
------------------ * Added python 3 support (3.2+) * Minimum required django 1.4.2, use version 0.2.8, if you don't want to upgrade. * ``GeoLocationFascade`` alias removed