<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/models/sql/datastructures.py, branch stable/2.1.x</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=stable%2F2.1.x</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=stable%2F2.1.x'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2017-09-22T15:53:17Z</updated>
<entry>
<title>Fixed #27332 -- Added FilteredRelation API for conditional join (ON clause) support.</title>
<updated>2017-09-22T15:53:17Z</updated>
<author>
<name>Nicolas Delaby</name>
<email>ticosax@free.fr</email>
</author>
<published>2017-09-22T15:53:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=01d440fa1e6b5c62acfa8b3fde43dfa1505f93c6'/>
<id>urn:sha1:01d440fa1e6b5c62acfa8b3fde43dfa1505f93c6</id>
<content type='text'>
Thanks Anssi Kääriäinen for contributing to the patch.</content>
</entry>
<entry>
<title>Refs #27656 -- Updated django.db docstring verbs according to PEP 257.</title>
<updated>2017-02-28T14:17:27Z</updated>
<author>
<name>Anton Samarchyan</name>
<email>anton.samarchyan@savoirfairelinux.com</email>
</author>
<published>2017-01-24T23:04:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=60e52a047e55bc4cd5a93a8bd4d07baed27e9a22'/>
<id>urn:sha1:60e52a047e55bc4cd5a93a8bd4d07baed27e9a22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #23919 -- Stopped inheriting from object to define new style classes.</title>
<updated>2017-01-19T07:39:46Z</updated>
<author>
<name>Simon Charette</name>
<email>charettes@users.noreply.github.com</email>
</author>
<published>2017-01-19T07:39:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=cecc079168e8669138728d31611ff3a1e7eb3a9f'/>
<id>urn:sha1:cecc079168e8669138728d31611ff3a1e7eb3a9f</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>Fixed #25331 -- Removed trailing blank lines in docstrings.</title>
<updated>2015-08-31T21:37:21Z</updated>
<author>
<name>Maxime Lorant</name>
<email>maxime.lorant@gmail.com</email>
</author>
<published>2015-08-31T20:14:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5153a3bfdcec82324d67ff79862384288cf6afe6'/>
<id>urn:sha1:5153a3bfdcec82324d67ff79862384288cf6afe6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #25064 -- Allowed empty join columns.</title>
<updated>2015-08-15T11:26:44Z</updated>
<author>
<name>Alex Hill</name>
<email>alex@hill.net.au</email>
</author>
<published>2015-07-10T07:52:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=98bcdfa8bd902addd4b8cf37d039b3597d58a45c'/>
<id>urn:sha1:98bcdfa8bd902addd4b8cf37d039b3597d58a45c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #21414 -- Removed RelatedObject and deprecated Field.related.</title>
<updated>2014-12-23T15:54:25Z</updated>
<author>
<name>Anssi Kääriäinen</name>
<email>akaariai@gmail.com</email>
</author>
<published>2013-11-09T12:25:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f233bf47dde1d481108142c8d6b4bb3b3d8c6d08'/>
<id>urn:sha1:f233bf47dde1d481108142c8d6b4bb3b3d8c6d08</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #23853 -- Added Join class to replace JoinInfo</title>
<updated>2014-11-28T12:30:26Z</updated>
<author>
<name>Anssi Kääriäinen</name>
<email>akaariai@gmail.com</email>
</author>
<published>2014-11-17T08:26:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ab89414f40db1598364a7fe4cfac1766cacd2668'/>
<id>urn:sha1:ab89414f40db1598364a7fe4cfac1766cacd2668</id>
<content type='text'>
Also removed Query.join_map. This structure was used to speed up join
reuse calculation. Initial benchmarking shows that this isn't actually
needed. If there are use cases where the removal has real-world
performance implications, it should be relatively straightforward to
reintroduce it as map {alias: [Join-like objects]}.
</content>
</entry>
<entry>
<title>Fixed #14030 -- Allowed annotations to accept all expressions</title>
<updated>2014-11-15T14:00:43Z</updated>
<author>
<name>Josh Smeaton</name>
<email>josh.smeaton@gmail.com</email>
</author>
<published>2013-12-25T13:13:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f59fd15c4928caf3dfcbd50f6ab47be409a43b01'/>
<id>urn:sha1:f59fd15c4928caf3dfcbd50f6ab47be409a43b01</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #22819 -- Renamed output_type -&gt; output_field in query expression API.</title>
<updated>2014-06-17T15:57:16Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-06-17T15:57:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=95cc0e15b45dd0986bdfd9fa3fedee4550c744c8'/>
<id>urn:sha1:95cc0e15b45dd0986bdfd9fa3fedee4550c744c8</id>
<content type='text'>
Thanks jorgecarleitao for the suggestion.
</content>
</entry>
</feed>
