<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/models/sql/__init__.py, branch stable/5.2.x</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=stable%2F5.2.x</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=stable%2F5.2.x'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2022-03-04T11:55:37Z</updated>
<entry>
<title>Fixed #29865 -- Added logical XOR support for Q() and querysets.</title>
<updated>2022-03-04T11:55:37Z</updated>
<author>
<name>Ryan Heard</name>
<email>ryanwheard@gmail.com</email>
</author>
<published>2021-07-02T20:09:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c6b4d62fa2c7f73b87f6ae7e8cf1d64ee5312dc5'/>
<id>urn:sha1:c6b4d62fa2c7f73b87f6ae7e8cf1d64ee5312dc5</id>
<content type='text'>
</content>
</entry>
<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 some outdated backwards compatibility imports and misleading comments.</title>
<updated>2019-09-24T13:18:53Z</updated>
<author>
<name>Mads Jensen</name>
<email>mje@inducks.org</email>
</author>
<published>2019-07-18T06:13:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=129583a0d3cf69b08d058cd751d777588801b7ad'/>
<id>urn:sha1:129583a0d3cf69b08d058cd751d777588801b7ad</id>
<content type='text'>
EmptyResultSet moved in 46509cf13dbf049f75077981c29ef2c60b5a96ab.
FieldDoesNotExist moved in 8958170755b37ce346ae5257c1000bd936faa3b0.
BoundField and pretty_name moved in 8550161e531a603d57723850fb09c4c9b7ca60b9.
EMPTY_VALUES moved in 471596fc1afcb9c6258d317c619eaf5fd394e797.
BaseRunserverCommand moved in 5c53e30607014163872e89c221b206992a9acfef.
</content>
</entry>
<entry>
<title>Fixed E117 and F405 flake8 warnings.</title>
<updated>2019-01-30T12:06:09Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2019-01-30T12:06:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5a5c77d55dc85c7e6cf910243257e408887f412a'/>
<id>urn:sha1:5a5c77d55dc85c7e6cf910243257e408887f412a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Moved EmpytResultSet to django.core.exceptions.</title>
<updated>2016-08-08T14:43:34Z</updated>
<author>
<name>Johannes Dollinger</name>
<email>emulbreh@googlemail.com</email>
</author>
<published>2016-05-25T19:00:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=46509cf13dbf049f75077981c29ef2c60b5a96ab'/>
<id>urn:sha1:46509cf13dbf049f75077981c29ef2c60b5a96ab</id>
<content type='text'>
This removes the need for some inner imports.
</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 #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>Removed most of absolute_import imports</title>
<updated>2013-07-29T18:28:13Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-07-29T17:19:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5c1143910e071c73671424036408c4548742d24f'/>
<id>urn:sha1:5c1143910e071c73671424036408c4548742d24f</id>
<content type='text'>
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
</content>
</entry>
<entry>
<title>Remove all relative imports.  We have always been at war with relative imports.</title>
<updated>2011-10-18T00:47:49Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2011-10-18T00:47:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=396fcaaef92b6e5e56175b883c2cf6fcbda7ae97'/>
<id>urn:sha1:396fcaaef92b6e5e56175b883c2cf6fcbda7ae97</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17009 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Remove several more relative imports.</title>
<updated>2011-10-17T16:56:18Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2011-10-17T16:56:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=544a8372fd7b27e5ba4672d127986bc82b4e739a'/>
<id>urn:sha1:544a8372fd7b27e5ba4672d127986bc82b4e739a</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17007 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
