<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git, branch archive/attic/queryset-refactor</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=archive%2Fattic%2Fqueryset-refactor</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=archive%2Fattic%2Fqueryset-refactor'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2008-04-27T00:29:58Z</updated>
<entry>
<title>queryset-refactor: Fixed some missing imports from [7470]. Thanks, Justin Bronn.</title>
<updated>2008-04-27T00:29:58Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-04-27T00:29:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4a5c5c78f2ecd4ed8859cd5ac773ff3a01bccf96'/>
<id>urn:sha1:4a5c5c78f2ecd4ed8859cd5ac773ff3a01bccf96</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@7475 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>queryset-refactor: Added a Model.from_sequence() constructor for internal and</title>
<updated>2008-04-26T16:41:51Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-04-26T16:41:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=177f7d51647f4d6be6b840c32a4abbf460ed03be'/>
<id>urn:sha1:177f7d51647f4d6be6b840c32a4abbf460ed03be</id>
<content type='text'>
advanced usage.


git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@7474 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>queryset-refactor: Pass any extra(select=...) columns through the value</title>
<updated>2008-04-26T11:21:02Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-04-26T11:21:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0b30bed861680f28396c9bd94c05ad5f1f4c3394'/>
<id>urn:sha1:0b30bed861680f28396c9bd94c05ad5f1f4c3394</id>
<content type='text'>
conversion function in the Oracle backend after reading the row from the
database.

Refs #7087 (see comment 7 on that ticket).


git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@7470 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>queryset-refactor: Make sure the right list of fields is passed to the</title>
<updated>2008-04-26T11:20:42Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-04-26T11:20:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3933aff6ccc05510deacd429b0c0d3cd8c909009'/>
<id>urn:sha1:3933aff6ccc05510deacd429b0c0d3cd8c909009</id>
<content type='text'>
Query.resolve_columns() method for those backends that provide it (e.g. Oracle).

Refs #7088


git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@7469 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>queryset-refactor: Repaired the dates() method with extra(select=...).xi</title>
<updated>2008-04-26T09:06:56Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-04-26T09:06:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bb132aa3951c3d3582be608d9bb7af5a707bf6e6'/>
<id>urn:sha1:bb132aa3951c3d3582be608d9bb7af5a707bf6e6</id>
<content type='text'>
It was broken by [7340]. Patch from Ian Kelly. Fixed #7087.


git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@7468 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>queryset-refactor: For custom Q-like objects, pass in the used_aliases</title>
<updated>2008-04-26T05:06:21Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-04-26T05:06:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=dd432cc94177f84e984b30f08ce473a8951ad8f7'/>
<id>urn:sha1:dd432cc94177f84e984b30f08ce473a8951ad8f7</id>
<content type='text'>
parameter (see [7462]) from Query.add_q() to their add_to_query() method. This
provides custom objects with the same context as Q's.


git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@7467 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>queryset-refactor: Added a few modifications to the select column aliases from</title>
<updated>2008-04-26T04:03:26Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-04-26T04:03:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=67bfd15c47d16cd0b63c66f421854e3353fe9351'/>
<id>urn:sha1:67bfd15c47d16cd0b63c66f421854e3353fe9351</id>
<content type='text'>
[7457], based on a patch from Ian Kelly. Fixed #7057.


git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@7466 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>queryset-refactor: Typo fix, spotted by Justin Bronn. Fixed #7089.</title>
<updated>2008-04-26T02:41:58Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-04-26T02:41:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d7ac1330c50f7fd7fe06e55c7470e406d201b946'/>
<id>urn:sha1:d7ac1330c50f7fd7fe06e55c7470e406d201b946</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@7465 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>queryset-refactor: Fixed some bugs in the multi-valued filtering behaviour</title>
<updated>2008-04-25T17:08:28Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-04-25T17:08:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=caa150e45e67780da7b7f772df43239cf503696e'/>
<id>urn:sha1:caa150e45e67780da7b7f772df43239cf503696e</id>
<content type='text'>
introduced in [7317]. It was failing in a couple of different ways on some
complex Q() combinations.

Fixed #7047


git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@7462 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>queryset-refactor: Simplify the way filters are passed to the Query class.</title>
<updated>2008-04-25T15:02:25Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-04-25T15:02:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=05e4d51f0d1924efec47c39215d6baf682688fe7'/>
<id>urn:sha1:05e4d51f0d1924efec47c39215d6baf682688fe7</id>
<content type='text'>
This removes a lot of the complexity for handling exclude() calls and results
in more efficient code. I feel a bit stupid for not having spotted this earlier.


git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@7461 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
