<?xml version="1.0" encoding="ascii"?>
<rss version="2.0">
  <channel>
    <link>http://geodjango.orghttp://geodjango.com/hg/gis-1.2/</link>
    <language>en-us</language>

    <title>gis-1.2 Changelog</title>
    <description>gis-1.2 Changelog</description>
    <item>
    <title>Helps ease backwards-compatibility.</title>
    <guid isPermaLink="true">http://geodjango.orghttp://geodjango.com/hg/gis-1.2/rev/94e87894231a</guid>
    <description><![CDATA[Helps ease backwards-compatibility.]]></description>
    <author>&#74;&#117;&#115;&#116;&#105;&#110;&#32;&#66;&#114;&#111;&#110;&#110;&#32;&#60;&#106;&#98;&#114;&#111;&#110;&#110;&#64;&#103;&#101;&#111;&#100;&#106;&#97;&#110;&#103;&#111;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Tue, 15 Dec 2009 00:25:03 -0600</pubDate>
</item>
<item>
    <title>Added the attributes for more features that PostGIS supports; `MakeLine` was added in 1.4; put version checks in order in `PostGISOperations.__init__`.</title>
    <guid isPermaLink="true">http://geodjango.orghttp://geodjango.com/hg/gis-1.2/rev/58c9a29fdde5</guid>
    <description><![CDATA[Added the attributes for more features that PostGIS supports; `MakeLine` was added in 1.4; put version checks in order in `PostGISOperations.__init__`.]]></description>
    <author>&#74;&#117;&#115;&#116;&#105;&#110;&#32;&#66;&#114;&#111;&#110;&#110;&#32;&#60;&#106;&#98;&#114;&#111;&#110;&#110;&#64;&#103;&#101;&#111;&#100;&#106;&#97;&#110;&#103;&#111;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Mon, 14 Dec 2009 15:54:23 -0600</pubDate>
</item>
<item>
    <title>Now check to make sure lookups are also valid for geography columns.</title>
    <guid isPermaLink="true">http://geodjango.orghttp://geodjango.com/hg/gis-1.2/rev/4c0cd50addcb</guid>
    <description><![CDATA[Now check to make sure lookups are also valid for geography columns.]]></description>
    <author>&#74;&#117;&#115;&#116;&#105;&#110;&#32;&#66;&#114;&#111;&#110;&#110;&#32;&#60;&#106;&#98;&#114;&#111;&#110;&#110;&#64;&#103;&#101;&#111;&#100;&#106;&#97;&#110;&#103;&#111;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Mon, 14 Dec 2009 15:40:19 -0600</pubDate>
</item>
<item>
    <title>May now accept objects confming to the Python Geo Interface.</title>
    <guid isPermaLink="true">http://geodjango.orghttp://geodjango.com/hg/gis-1.2/rev/3597a4e19d85</guid>
    <description><![CDATA[May now accept objects confming to the Python Geo Interface.]]></description>
    <author>&#74;&#117;&#115;&#116;&#105;&#110;&#32;&#66;&#114;&#111;&#110;&#110;&#32;&#60;&#106;&#98;&#114;&#111;&#110;&#110;&#64;&#103;&#101;&#111;&#100;&#106;&#97;&#110;&#103;&#111;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Mon, 14 Dec 2009 15:19:24 -0600</pubDate>
</item>
<item>
    <title>First-stab at KML utility module.</title>
    <guid isPermaLink="true">http://geodjango.orghttp://geodjango.com/hg/gis-1.2/rev/6b7f7e60de71</guid>
    <description><![CDATA[First-stab at KML utility module.]]></description>
    <author>&#74;&#117;&#115;&#116;&#105;&#110;&#32;&#66;&#114;&#111;&#110;&#110;&#32;&#60;&#106;&#98;&#114;&#111;&#110;&#110;&#64;&#103;&#101;&#111;&#100;&#106;&#97;&#110;&#103;&#111;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Mon, 14 Dec 2009 15:17:52 -0600</pubDate>
</item>
<item>
    <title>There's absolutely no need to use the `GeometryColumn` model here, can just use the `GeometryField` instance instead.</title>
    <guid isPermaLink="true">http://geodjango.orghttp://geodjango.com/hg/gis-1.2/rev/ccd04f57bee1</guid>
    <description><![CDATA[There's absolutely no need to use the `GeometryColumn` model here, can just use the `GeometryField` instance instead.]]></description>
    <author>&#74;&#117;&#115;&#116;&#105;&#110;&#32;&#66;&#114;&#111;&#110;&#110;&#32;&#60;&#106;&#98;&#114;&#111;&#110;&#110;&#64;&#103;&#101;&#111;&#100;&#106;&#97;&#110;&#103;&#111;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Mon, 14 Dec 2009 00:04:27 -0600</pubDate>
</item>
<item>
    <title>Geometry proxy assignment may now take objects that implement the Python Geo interface; added an `auth_name` attribute to `GEOSGeometry`; `ogr` geometry backend writes WKB with the right byte order; added pickle protocol methods to OGRGeometry (so it may be used safely w/in query tree).</title>
    <guid isPermaLink="true">http://geodjango.orghttp://geodjango.com/hg/gis-1.2/rev/c8c0f3d29870</guid>
    <description><![CDATA[Geometry proxy assignment may now take objects that implement the Python Geo interface; added an `auth_name` attribute to `GEOSGeometry`; `ogr` geometry backend writes WKB with the right byte order; added pickle protocol methods to OGRGeometry (so it may be used safely w/in query tree).]]></description>
    <author>&#74;&#117;&#115;&#116;&#105;&#110;&#32;&#66;&#114;&#111;&#110;&#110;&#32;&#60;&#106;&#98;&#114;&#111;&#110;&#110;&#64;&#103;&#101;&#111;&#100;&#106;&#97;&#110;&#103;&#111;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Sun, 13 Dec 2009 23:45:34 -0600</pubDate>
</item>
<item>
    <title>THe `ogr` backend is now for GDAL's own swig bindings.</title>
    <guid isPermaLink="true">http://geodjango.orghttp://geodjango.com/hg/gis-1.2/rev/e9826f556f62</guid>
    <description><![CDATA[THe `ogr` backend is now for GDAL's own swig bindings.]]></description>
    <author>&#74;&#117;&#115;&#116;&#105;&#110;&#32;&#66;&#114;&#111;&#110;&#110;&#32;&#60;&#106;&#98;&#114;&#111;&#110;&#110;&#64;&#103;&#101;&#111;&#100;&#106;&#97;&#110;&#103;&#111;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Sun, 13 Dec 2009 19:36:12 -0600</pubDate>
</item>
<item>
    <title>Some more docstrings and `POSTGIS_VERSION` setting now works again.</title>
    <guid isPermaLink="true">http://geodjango.orghttp://geodjango.com/hg/gis-1.2/rev/ccee9b5862d5</guid>
    <description><![CDATA[Some more docstrings and `POSTGIS_VERSION` setting now works again.]]></description>
    <author>&#74;&#117;&#115;&#116;&#105;&#110;&#32;&#66;&#114;&#111;&#110;&#110;&#32;&#60;&#106;&#98;&#114;&#111;&#110;&#110;&#64;&#103;&#101;&#111;&#100;&#106;&#97;&#110;&#103;&#111;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Sun, 13 Dec 2009 18:07:11 -0600</pubDate>
</item>
<item>
    <title>Geography support is now a part of the test suite and now works with GeoQuerySet methods -- I think it's pretty good to go, but will write more tests.</title>
    <guid isPermaLink="true">http://geodjango.orghttp://geodjango.com/hg/gis-1.2/rev/baca5fb7ba31</guid>
    <description><![CDATA[Geography support is now a part of the test suite and now works with GeoQuerySet methods -- I think it's pretty good to go, but will write more tests.]]></description>
    <author>&#74;&#117;&#115;&#116;&#105;&#110;&#32;&#66;&#114;&#111;&#110;&#110;&#32;&#60;&#106;&#98;&#114;&#111;&#110;&#110;&#64;&#103;&#101;&#111;&#100;&#106;&#97;&#110;&#103;&#111;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Sun, 13 Dec 2009 17:39:10 -0600</pubDate>
</item>

  </channel>
</rss>
