Author: PaulM Date: 2011-09-21 17:58:42 -0700 (Wed, 21 Sep 2011) New Revision: 16870
Modified: django/branches/releases/1.3.X/docs/ref/contrib/gis/geoip.txt Log: [1.3.X] backport minor docs fix for GeoIP Modified: django/branches/releases/1.3.X/docs/ref/contrib/gis/geoip.txt =================================================================== --- django/branches/releases/1.3.X/docs/ref/contrib/gis/geoip.txt 2011-09-21 22:58:15 UTC (rev 16869) +++ django/branches/releases/1.3.X/docs/ref/contrib/gis/geoip.txt 2011-09-22 00:58:42 UTC (rev 16870) @@ -144,7 +144,7 @@ Returns a dictionary of city information for the given query. Some of the values in the dictionary may be undefined (``None``). -.. method:: GeoIPcountry(query) +.. method:: GeoIP.country(query) Returns a dictionary with the country code and country for the given query. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
