index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
gis_tests
/
test_geoip2.py
Age
Commit message (
Expand
)
Author
2021-01-29
[3.2.x] Fixed GeoIPTest.test04_city() failure with the latest GeoIP2 database.
Mariusz Felisiak
2019-08-13
Fixed #30461 -- Made GeoIP2 and GEOIP_PATH setting accept pathlib.Path as lib...
Claude Paroz
2019-06-27
Fixed GeoIPTest.test04_city() failure with the latest GeoIP2 database.
Mariusz Felisiak
2019-05-07
Fixed #30447 -- Added 'is_in_european_union' in GeoIP2.city() dict.
Chris Adkins
2018-10-23
Removed obsolete and flaky GeoIP tests.
Tom Forbes
2018-04-17
Fixed a test failure with the latest GeoIP2 database.
Tim Graham
2018-03-05
Fixed #28981 -- Added an exception if GeoIP database can't be loaded from the...
Alex Stovbur
2018-01-10
Fixed a GeoIP2 test failure with the latest GeoIP2 database.
Tim Graham
2017-10-25
Fixed #28740 -- Added 'continent_code' and 'continent_name' in GeoIP2.city() ...
Ryan Verner
2017-05-22
Fixed #28112 -- Added 'time_zone' in GeoIP2.city() dict.
R3turnz
2017-05-04
Removed obsolete HAS_GEOS variable for test skipping.
Tim Graham
2017-04-22
Fixed #28115 -- Fixed IP address validation in geoip2 module
Claude Paroz
2017-01-20
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Tim Graham
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2015-09-23
Fixed #25407 -- Removed network dependency in GeoIP tests.
Anton Baklanov
2015-09-10
Fixed a GeoIP2 test failure with the latest GeoIP2 database.
Tim Graham
2015-08-31
Refs #24121 -- Added a repr() to gis.GeoIP and gis.GeoIP2.
Keryn Knight
2015-07-31
Fixed #25184 -- Added support for MaxMind GeoLite2 database format
Flavio Curella