Fix to detect proxy ip country and also assign the correct country for local reserved ip's
1.1.6
Moved all non-debug settings to the country_block.Settings database model.
1.1.5
Fix to determine the country and region via debug settings or via staff user status before checking what's already stored in the session.
1.1.4
Added region code functionality and added COUNTRY_BLOCK_DEBUG_REGION setting. As of now, only the freegeoip service returns a region code.
1.1.3
Added COUNTRY_BLOCK_DEBUG_COUNTRY setting. Always return a real country if possible. Refactor / cleanup / more consistent logger info.
1.1.2
Correctly write error messages to Sentry. Reserved ip's (e.g. 192.xxx.xxx.xxx) will set in_country = True. No country found will set in_country = False.