summaryrefslogtreecommitdiff
path: root/tests/gis_tests/test_geoip2.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-53/+66
* Fixed GeoIPTest.test04_city() failure with the latest GeoIP2 database.Mariusz Felisiak2021-01-291-5/+5
* Fixed #30461 -- Made GeoIP2 and GEOIP_PATH setting accept pathlib.Path as lib...Claude Paroz2019-08-131-1/+7
* Fixed GeoIPTest.test04_city() failure with the latest GeoIP2 database.Mariusz Felisiak2019-06-271-3/+3
* Fixed #30447 -- Added 'is_in_european_union' in GeoIP2.city() dict.Chris Adkins2019-05-071-0/+1
* Removed obsolete and flaky GeoIP tests.Tom Forbes2018-10-231-17/+3
* Fixed a test failure with the latest GeoIP2 database.Tim Graham2018-04-171-3/+3
* Fixed #28981 -- Added an exception if GeoIP database can't be loaded from the...Alex Stovbur2018-03-051-2/+8
* Fixed a GeoIP2 test failure with the latest GeoIP2 database.Tim Graham2018-01-101-3/+3
* Fixed #28740 -- Added 'continent_code' and 'continent_name' in GeoIP2.city() ...Ryan Verner2017-10-251-0/+2
* Fixed #28112 -- Added 'time_zone' in GeoIP2.city() dict.R3turnz2017-05-221-0/+1
* Removed obsolete HAS_GEOS variable for test skipping.Tim Graham2017-05-041-2/+1
* Fixed #28115 -- Fixed IP address validation in geoip2 moduleClaude Paroz2017-04-221-0/+7
* Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham2017-01-201-2/+1
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-2/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-2/+4
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-6/+12
* Fixed #25407 -- Removed network dependency in GeoIP tests.Anton Baklanov2015-09-231-3/+10
* Fixed a GeoIP2 test failure with the latest GeoIP2 database.Tim Graham2015-09-101-2/+2
* Refs #24121 -- Added a repr() to gis.GeoIP and gis.GeoIP2.Keryn Knight2015-08-311-0/+14
* Fixed #25184 -- Added support for MaxMind GeoLite2 database formatFlavio Curella2015-07-311-0/+139