<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/models/sql/query.py, branch 1.4.6</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.4.6</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.4.6'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2012-03-22T18:09:22Z</updated>
<entry>
<title>Used SortedDict instead of dict to avoid random errors that may occur when dict randomization is enabled in Python. Refs #17758. Thanks Łukasz Rekucki.</title>
<updated>2012-03-22T18:09:22Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-03-22T18:09:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ce7113ccbe5047baeb317c4b854ec119f8b5b460'/>
<id>urn:sha1:ce7113ccbe5047baeb317c4b854ec119f8b5b460</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17777 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #17678 -- Corrected setup of _meta.proxy_for_model and added _meta.concrete_model. Thanks Anssi Kääriäinen.</title>
<updated>2012-02-22T05:26:50Z</updated>
<author>
<name>Carl Meyer</name>
<email>carl@oddbird.net</email>
</author>
<published>2012-02-22T05:26:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=354c84d277e3a9516cd2af1567eb02cb4da1a3e4'/>
<id>urn:sha1:354c84d277e3a9516cd2af1567eb02cb4da1a3e4</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17573 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #11670 -- Prevented genuine model fields named 'year', 'month', 'gt', 'lt' etc. from being mistaken for lookup types in lookups across relations. Thanks to andy for the report, to jpwatts for the initial patch and to Anssi Kääriäinen and Alex Gaynor for the reviews.</title>
<updated>2012-02-05T07:11:53Z</updated>
<author>
<name>Julien Phalip</name>
<email>jphalip@gmail.com</email>
</author>
<published>2012-02-05T07:11:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d02ba7f4ee7c448de28724369fc5dd9cf3e2538a'/>
<id>urn:sha1:d02ba7f4ee7c448de28724369fc5dd9cf3e2538a</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17450 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Added support for modifying the effect of ``DISTINCT`` clauses so they</title>
<updated>2011-12-22T20:42:40Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2011-12-22T20:42:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=287565779d3ae4d3229ecbb2ff356c79b920e7d0'/>
<id>urn:sha1:287565779d3ae4d3229ecbb2ff356c79b920e7d0</id>
<content type='text'>
only consider some fields (PostgreSQL only).

For this, the ``distinct()`` QuerySet method now accepts an optional
list of model fields names and generates ``DISTINCT ON`` clauses on
these cases. Thanks Jeffrey Gelens and Anssi Kääriäinen for their work.

Fixes #6422.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17244 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed various dodgy behaviours</title>
<updated>2011-12-17T17:37:24Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2011-12-17T17:37:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=20c8aa2a2029be50449b25122f85bbef0f2b957f'/>
<id>urn:sha1:20c8aa2a2029be50449b25122f85bbef0f2b957f</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17226 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #13640: Avoid generating an exception when a model has an attribute named 'evaluate'. Thanks LukaszKorzybski and tobias.</title>
<updated>2011-11-13T15:09:08Z</updated>
<author>
<name>Karen Tracey</name>
<email>kmtracey@gmail.com</email>
</author>
<published>2011-11-13T15:09:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b8353016b7d6a4046f4c30017987c2e75597285b'/>
<id>urn:sha1:b8353016b7d6a4046f4c30017987c2e75597285b</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17093 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Remove a bunch of deadcode/dead imports.</title>
<updated>2011-09-10T22:31:38Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2011-09-10T22:31:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=345c4c4629c8d17a8b4826fb4b97a61f19326e9f'/>
<id>urn:sha1:345c4c4629c8d17a8b4826fb4b97a61f19326e9f</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16794 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #7596.  Added Model.objects.bulk_create, and make use of it in several places.  This provides a performance benefit when inserting multiple objects.  THanks to Russ for the review, and Simon Meers for the MySQl implementation.</title>
<updated>2011-09-09T19:22:28Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2011-09-09T19:22:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7deb25b8dd5aa1ed02b5e30cbc67cd1fb0c3d6e6'/>
<id>urn:sha1:7deb25b8dd5aa1ed02b5e30cbc67cd1fb0c3d6e6</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16739 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Allow "pk" as a field alias in QuerySet.only() calls.</title>
<updated>2011-08-23T06:29:01Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2011-08-23T06:29:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7182cd2284a15cd5094ab6567ae14c6ad3cd901a'/>
<id>urn:sha1:7182cd2284a15cd5094ab6567ae14c6ad3cd901a</id>
<content type='text'>
Thanks to GDorn for the patch. Fixed #15494.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16668 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed an isnull=False filtering edge-case. Fixes #15316.</title>
<updated>2011-08-23T03:38:42Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2011-08-23T03:38:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2e56066a5b93b528fbce37285bac591b44bc6ed7'/>
<id>urn:sha1:2e56066a5b93b528fbce37285bac591b44bc6ed7</id>
<content type='text'>
The bulk of this patch is due to some fine analysis from Aleksandra
Sendecka.

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