Name |
Last commit
|
Last update |
---|---|---|
.. | ||
fixtures | ||
migrations | ||
tests | ||
__init__.py | ||
admin.py | ||
api.py | ||
exceptions.py | ||
forms.py | ||
messages.py | ||
middleware.py | ||
models.py | ||
test_utils.py | ||
urls.py | ||
views.py |
This commit fixes a bug that could occur when GeoIP returns a continent code ("EU" or "AN") instead of a country code. The previous implementation would block users in this case since the country code was not on the whitelist (consisting of all known country codes). The new implementation allows user access by default if we don't recognize the country code.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
fixtures | Loading commit data... | |
migrations | Loading commit data... | |
tests | Loading commit data... | |
__init__.py | Loading commit data... | |
admin.py | Loading commit data... | |
api.py | Loading commit data... | |
exceptions.py | Loading commit data... | |
forms.py | Loading commit data... | |
messages.py | Loading commit data... | |
middleware.py | Loading commit data... | |
models.py | Loading commit data... | |
test_utils.py | Loading commit data... | |
urls.py | Loading commit data... | |
views.py | Loading commit data... |