<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/contrib/gis/db/models/sql/compiler.py, branch 1.3.1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.3.1</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.3.1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2011-09-09T22:50:03Z</updated>
<entry>
<title>[1.3.X] Fixed #16408 -- Fixed conversion of dates, and other problems with the SpatiaLite backend.</title>
<updated>2011-09-09T22:50:03Z</updated>
<author>
<name>Justin Bronn</name>
<email>jbronn@gmail.com</email>
</author>
<published>2011-09-09T22:50:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=52279a41137e13ab0056728a730b5d6ecf132841'/>
<id>urn:sha1:52279a41137e13ab0056728a730b5d6ecf132841</id>
<content type='text'>
Backport of r16749 and r16750 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16751 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed a bug in date queries with GIS backends introduced in [14715].</title>
<updated>2010-12-01T17:53:22Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2010-12-01T17:53:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=21f5dc467e3e05dfcdf6e0aedce8f680c7ba7f12'/>
<id>urn:sha1:21f5dc467e3e05dfcdf6e0aedce8f680c7ba7f12</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14760 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #13934 -- `GeoSQLCompiler.get_default_columns` was missing `local_only` keyword argument.  Thanks, Simon Law, for bug report and initial patch.</title>
<updated>2010-07-20T19:05:46Z</updated>
<author>
<name>Justin Bronn</name>
<email>jbronn@gmail.com</email>
</author>
<published>2010-07-20T19:05:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=87a60e28cc6a0127c798af9b20ac4e891f082ebc'/>
<id>urn:sha1:87a60e28cc6a0127c798af9b20ac4e891f082ebc</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13439 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12479 -- Pass in connection argument to `as_sql` in `GeoSQLCompiler.get_columns`.  Thanks, jpwatts, for bug report and initial patch.</title>
<updated>2010-01-04T02:37:46Z</updated>
<author>
<name>Justin Bronn</name>
<email>jbronn@gmail.com</email>
</author>
<published>2010-01-04T02:37:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=89ded975fe1ff75b5b2456f4ee7e1256a261108e'/>
<id>urn:sha1:89ded975fe1ff75b5b2456f4ee7e1256a261108e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12083 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12344 -- Using `select_related()` on geographic fields with the Oracle spatial backend now works. </title>
<updated>2009-12-29T10:18:56Z</updated>
<author>
<name>Justin Bronn</name>
<email>jbronn@gmail.com</email>
</author>
<published>2009-12-29T10:18:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a488589461582d60a41326cd8a6ab28b96a9e19a'/>
<id>urn:sha1:a488589461582d60a41326cd8a6ab28b96a9e19a</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12022 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #1142 -- Added multiple database support.</title>
<updated>2009-12-22T15:18:51Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2009-12-22T15:18:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ff60c5f9de3e8690d1e86f3e9e3f7248a15397c8'/>
<id>urn:sha1:ff60c5f9de3e8690d1e86f3e9e3f7248a15397c8</id>
<content type='text'>
This monster of a patch is the result of Alex Gaynor's 2009 Google Summer of Code project.
Congratulations to Alex for a job well done.

Big thanks also go to:
 * Justin Bronn for keeping GIS in line with the changes,
 * Karen Tracey and Jani Tiainen for their help testing Oracle support
 * Brett Hoerner, Jon Loyens, and Craig Kimmerer for their feedback.
 * Malcolm Treddinick for his guidance during the GSoC submission process.
 * Simon Willison for driving the original design process
 * Cal Henderson for complaining about ponies he wanted.

... and everyone else too numerous to mention that helped to bring this feature into fruition.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11952 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
