<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/contrib/gis/db/models/sql/__init__.py, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2022-02-07T19:37:05Z</updated>
<entry>
<title>Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-03T19:24:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed more GeoQuerySet leftovers.</title>
<updated>2017-04-07T11:38:56Z</updated>
<author>
<name>Sergey Fedoseev</name>
<email>fedoseev.sergey@gmail.com</email>
</author>
<published>2017-04-07T11:38:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=08df3dd937ce264c07117b10eae9a55651a63b43'/>
<id>urn:sha1:08df3dd937ce264c07117b10eae9a55651a63b43</id>
<content type='text'>
Follow up to a0d166306fbdc41f49e6fadf4ec84b17eb147daa.</content>
</entry>
<entry>
<title>Sorted imports in __init__.py files.</title>
<updated>2015-06-27T15:53:33Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-06-15T18:07:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7da3923ba0c569aa23d0ab0a47a124af60a18f5b'/>
<id>urn:sha1:7da3923ba0c569aa23d0ab0a47a124af60a18f5b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #24020 -- Refactored SQL compiler to use expressions</title>
<updated>2015-01-08T19:07:54Z</updated>
<author>
<name>Anssi Kääriäinen</name>
<email>akaariai@gmail.com</email>
</author>
<published>2014-12-01T07:28:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0c7633178fa9410f102e4708cef979b873bccb76'/>
<id>urn:sha1:0c7633178fa9410f102e4708cef979b873bccb76</id>
<content type='text'>
Refactored compiler SELECT, GROUP BY and ORDER BY generation.
While there, also refactored select_related() implementation
(get_cached_row() and get_klass_info() are now gone!).

Made get_db_converters() method work on expressions instead of
internal_type. This allows the backend converters to target
specific expressions if need be.

Added query.context, this can be used to set per-query state.

Also changed the signature of database converters. They now accept
context as an argument.
</content>
</entry>
<entry>
<title>Fixed Oracle GIS gml() test failure introduced by e910340; refs #18757.</title>
<updated>2014-09-22T12:10:03Z</updated>
<author>
<name>Marc Tamlyn</name>
<email>marc.tamlyn@gmail.com</email>
</author>
<published>2014-09-21T07:51:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c6fd1e904cb15da1a627843c79b89b19beabe2a1'/>
<id>urn:sha1:c6fd1e904cb15da1a627843c79b89b19beabe2a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed GeoWhereNode, obsoleted by GISLookup</title>
<updated>2014-05-24T14:18:45Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2014-05-24T14:18:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3caf957ed5eaa831a485abcb89f27266dbf3e82b'/>
<id>urn:sha1:3caf957ed5eaa831a485abcb89f27266dbf3e82b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #21302 -- Fixed unused imports and import *.</title>
<updated>2013-11-02T19:24:56Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-10-18T11:25:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=36ded01527b690b5df0574492af9cfcc2ea3d1dc'/>
<id>urn:sha1:36ded01527b690b5df0574492af9cfcc2ea3d1dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed incomplete merge of geographic aggregates; added support for `Extent` aggregate to Oracle spatial backend.  Refs #3566. </title>
<updated>2009-01-15T19:35:04Z</updated>
<author>
<name>Justin Bronn</name>
<email>jbronn@gmail.com</email>
</author>
<published>2009-01-15T19:35:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f671a5c961d5a129e3c26857d6ca4895acf70b71'/>
<id>urn:sha1:f671a5c961d5a129e3c26857d6ca4895acf70b71</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9748 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Merged the gis branch into trunk.</title>
<updated>2008-08-05T18:13:06Z</updated>
<author>
<name>Justin Bronn</name>
<email>jbronn@gmail.com</email>
</author>
<published>2008-08-05T18:13:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=79e68c225b926302ebb29c808dda8afa49856f5c'/>
<id>urn:sha1:79e68c225b926302ebb29c808dda8afa49856f5c</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8219 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
