<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Django Geolocation</title>
	<atom:link href="http://www.givp.org/blog/2009/10/31/django-geolocation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.givp.org/blog/2009/10/31/django-geolocation/</link>
	<description>::::..::..:::::::...:::::....::......:::::::::....::::......::::::::::::::::</description>
	<lastBuildDate>Sat, 14 Aug 2010 13:09:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
	<item>
		<title>By: Giv</title>
		<link>http://www.givp.org/blog/2009/10/31/django-geolocation/#comment-3</link>
		<dc:creator>Giv</dc:creator>
		<pubDate>Sat, 31 Oct 2009 17:04:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.givp.org/blog/?p=87#comment-3</guid>
		<description>hi Bryan. Good point but then if the address is updated it will still show the old lat/long. The idea was to do a lookup for new entries AND updates.

But checking self.id is a really elegant solution for inserts.</description>
		<content:encoded><![CDATA[<p>hi Bryan. Good point but then if the address is updated it will still show the old lat/long. The idea was to do a lookup for new entries AND updates.</p>
<p>But checking self.id is a really elegant solution for inserts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan</title>
		<link>http://www.givp.org/blog/2009/10/31/django-geolocation/#comment-2</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Sat, 31 Oct 2009 16:58:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.givp.org/blog/?p=87#comment-2</guid>
		<description>To avoid going to Google every time you update the entity, you can check the self.id attribute.

if (not self.id):
    # get geo lat/long from google

-Bryan</description>
		<content:encoded><![CDATA[<p>To avoid going to Google every time you update the entity, you can check the self.id attribute.</p>
<p>if (not self.id):<br />
    # get geo lat/long from google</p>
<p>-Bryan</p>
]]></content:encoded>
	</item>
</channel>
</rss>
