Claude Paroz
|
eed2e740f7
|
Fixed #30461 -- Made GeoIP2 and GEOIP_PATH setting accept pathlib.Path as library path.
Thanks Nikita Krokosh for the initial patch.
|
2019-08-13 19:44:10 +02:00 |
Tom
|
11b8c30b9e
|
Ref #23919 -- Replaced some os.path usage with pathlib.Path.
|
2018-04-19 21:30:00 -04:00 |
Alex Stovbur
|
d171843f57
|
Fixed #28981 -- Added an exception if GeoIP database can't be loaded from the path.
|
2018-03-05 12:20:30 -05:00 |
Дилян Палаузов
|
d7b2aa24f7
|
Fixed #28982 -- Simplified code with and/or.
|
2018-01-03 20:12:23 -05:00 |
Sergey Fedoseev
|
4302167939
|
Used frozenset instead of dict for GeoIP2.cache_options for simplicity.
|
2017-08-23 11:47:47 -04:00 |
Claude Paroz
|
3f1ba76851
|
Fixed #28115 -- Fixed IP address validation in geoip2 module
Regression in 277a4dd4b4 .
Thanks Tim Graham for the test.
|
2017-04-22 20:10:24 +02:00 |
Anton Samarchyan
|
5411821e3b
|
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
|
2017-02-04 16:39:28 -05:00 |
Simon Charette
|
cecc079168
|
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
2017-01-19 08:39:46 +01:00 |
Claude Paroz
|
7b2f2e74ad
|
Refs #23919 -- Removed six.<various>_types usage
Thanks Tim Graham and Simon Charette for the reviews.
|
2017-01-18 20:18:46 +01:00 |
Keryn Knight
|
d4b10a7256
|
Refs #24121 -- Added a repr() to gis.GeoIP and gis.GeoIP2.
|
2015-08-31 16:12:40 -04:00 |
Flavio Curella
|
7f0953ce1f
|
Fixed #25184 -- Added support for MaxMind GeoLite2 database format
|
2015-07-31 09:45:03 -04:00 |