Opened 7 years ago

Closed 7 years ago

#28112 closed Cleanup/optimization (fixed)

Added 'time_zone' in GeoIP2.city() dict

Reported by: R3turnz Owned by: R3turnz
Component: GIS Version: 1.11
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Tim Graham)

The django.contrib.gis.geoip2 wrapper should forward the time zone exposed by the geoip2 libary.

Change History (4)

comment:1 by R3turnz, 7 years ago

Description: modified (diff)

comment:2 by Tim Graham, 7 years ago

Description: modified (diff)
Needs tests: set
Triage Stage: UnreviewedAccepted

comment:3 by Tim Graham, 7 years ago

Needs tests: unset
Summary: Forward time zone through geolocation wrapperAdded 'time_zone' in GeoIP2.city() dict
Triage Stage: AcceptedReady for checkin

I added a test and updated the docs.

comment:4 by Tim Graham <timograham@…>, 7 years ago

Resolution: fixed
Status: assignedclosed

In 502f03d8:

Fixed #28112 -- Added 'time_zone' in GeoIP2.city() dict.

Note: See TracTickets for help on using tickets.
Back to Top