- Make using MaxMind GeoIP localization optional in middleware.
- Add management command for downloading and extracting GeoIP library. Can be executed periodically to keep IP localization up to date.
- Option to disable `by_country` or `by_language` manager method and make them return the full queryset instead.
- Update middleware (order) to work nicely with Django i18n language middleware.