Django

Code

Ticket #6196 (closed: fixed)

Opened 7 months ago

Last modified 7 months ago

gis: typo in django/contrib/gis/utils/geoip.py which affects darwin (Mac OS X) systems

Reported by: jos3ph Assigned to: jbronn
Milestone: Component: GIS
Version: gis Keywords: gis geoip
Cc: Triage Stage: Accepted
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

Variable platform is mistyped when checking for Darwin platform.

elif platofm == 'Darwin'

should be

elif platform == 'Darwin'

Attachments

geoip.py.diff (495 bytes) - added by jos3ph on 12/12/07 13:22:52.

Change History

12/12/07 13:22:52 changed by jos3ph

  • attachment geoip.py.diff added.

12/13/07 09:22:46 changed by jos3ph

  • needs_better_patch changed.
  • summary changed from typo in django/contrib/gis/utils/geoip.py which affects darwin (Mac OS X) systems to gis: typo in django/contrib/gis/utils/geoip.py which affects darwin (Mac OS X) systems.
  • needs_tests changed.
  • needs_docs changed.

12/13/07 14:59:01 changed by jbronn

  • keywords set to gis geoip.
  • owner changed from nobody to jbronn.
  • stage changed from Unreviewed to Accepted.

12/14/07 15:42:37 changed by jbronn

  • status changed from new to closed.
  • resolution set to fixed.

(In [6918]) gis: Fixed #6196 in GeoIP refactor. Added unit tests, improved path setup, and made mostly compatible w/existing MaxMind? Python API.


Add/Change #6196 (gis: typo in django/contrib/gis/utils/geoip.py which affects darwin (Mac OS X) systems)




Change Properties
Action