Дилян Палаузов
|
d7b2aa24f7
|
Fixed #28982 -- Simplified code with and/or.
|
2018-01-03 20:12:23 -05:00 |
Дилян Палаузов
|
d2afa5eb23
|
Fixed #28860 -- Removed unnecessary len() calls.
|
2017-12-04 10:35:23 -05:00 |
Ryan Verner
|
9473a8481a
|
Fixed #28740 -- Added 'continent_code' and 'continent_name' in GeoIP2.city() dict.
|
2017-10-25 10:07:37 -04:00 |
Sergey Fedoseev
|
4302167939
|
Used frozenset instead of dict for GeoIP2.cache_options for simplicity.
|
2017-08-23 11:47:47 -04:00 |
R3turnz
|
502f03d897
|
Fixed #28112 -- Added 'time_zone' in GeoIP2.city() dict.
|
2017-05-22 21:07:14 -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 |
Claude Paroz
|
257075d4ad
|
Refs #28115 -- Avoided masking legitimate ImportErrors in geoip2 module
|
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 |
Tim Graham
|
f945fb24a3
|
Fixed #26554 -- Updated docs URLs to readthedocs.io
|
2016-04-28 10:09:57 -04: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 |