summaryrefslogtreecommitdiff
path: root/tests/gis_tests/test_geoip2.py
AgeCommit message (Expand)Author
2018-10-23Removed obsolete and flaky GeoIP tests.Tom Forbes
2018-04-17Fixed a test failure with the latest GeoIP2 database.Tim Graham
2018-03-05Fixed #28981 -- Added an exception if GeoIP database can't be loaded from the...Alex Stovbur
2018-01-10Fixed a GeoIP2 test failure with the latest GeoIP2 database.Tim Graham
2017-10-25Fixed #28740 -- Added 'continent_code' and 'continent_name' in GeoIP2.city() ...Ryan Verner
2017-05-22Fixed #28112 -- Added 'time_zone' in GeoIP2.city() dict.R3turnz
2017-05-04Removed obsolete HAS_GEOS variable for test skipping.Tim Graham
2017-04-22Fixed #28115 -- Fixed IP address validation in geoip2 moduleClaude Paroz
2017-01-20Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2016-01-29Refs #26022 -- Used context manager version of assertRaises in tests.Hasan
2015-09-23Fixed #25407 -- Removed network dependency in GeoIP tests.Anton Baklanov
2015-09-10Fixed a GeoIP2 test failure with the latest GeoIP2 database.Tim Graham
2015-08-31Refs #24121 -- Added a repr() to gis.GeoIP and gis.GeoIP2.Keryn Knight
2015-07-31Fixed #25184 -- Added support for MaxMind GeoLite2 database formatFlavio Curella