<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/model-api.txt, 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-24T11:21:49Z</updated>
<entry>
<title>queryset-refactor: Clarified what the default reverse names are for</title>
<updated>2008-04-24T11:21:49Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-04-24T11:21:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=675815d6a1ab6297692e6f9274674b8c8f52fd01'/>
<id>urn:sha1:675815d6a1ab6297692e6f9274674b8c8f52fd01</id>
<content type='text'>
ManyToManyFields and ForeignKeys on abstract base classes.


git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@7452 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>queryset-refactor: Added a way to specify the related_name attribute on</title>
<updated>2008-04-16T08:09:46Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-04-16T08:09:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2b426635aaed0edf921a726dd95ef50a8dab9beb'/>
<id>urn:sha1:2b426635aaed0edf921a726dd95ef50a8dab9beb</id>
<content type='text'>
abstract base classes.


git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@7432 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>queryset-refactor: Merged from trunk up to [7338].</title>
<updated>2008-03-20T19:56:44Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-03-20T19:56:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=334279f8dd3abd98aa527a1658cb3ff5c3973ec7'/>
<id>urn:sha1:334279f8dd3abd98aa527a1658cb3ff5c3973ec7</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@7341 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>queryset-refactor: Merged from trunk up to [7280]</title>
<updated>2008-03-18T05:45:37Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-03-18T05:45:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6df9e25b618b603fb903f9e6c74e675aa2490305'/>
<id>urn:sha1:6df9e25b618b603fb903f9e6c74e675aa2490305</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@7281 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>queryset-refactor: Merged from trunk up to [7168].</title>
<updated>2008-02-28T15:48:19Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-02-28T15:48:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2f2908d7b5f5e4179c6ae185e3969fd66050ad23'/>
<id>urn:sha1:2f2908d7b5f5e4179c6ae185e3969fd66050ad23</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@7173 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>queryset-refactor: Head off any attempts to use unique_together across inherited models.</title>
<updated>2008-02-28T13:31:11Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-02-28T13:31:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7c54780497aafc0749fa3f9e8d77f80e1f7b7d83'/>
<id>urn:sha1:7c54780497aafc0749fa3f9e8d77f80e1f7b7d83</id>
<content type='text'>
We don't support check constraints and triggers, so trying to do this would be
optimistic at best.


git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@7172 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>queryset-refactor: Added the ability to manually specify a child-parent link.</title>
<updated>2008-02-22T04:58:28Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-02-22T04:58:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b7be3d63e36ee79db51dcabf0f210349e4d6f715'/>
<id>urn:sha1:b7be3d63e36ee79db51dcabf0f210349e4d6f715</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@7142 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>queryset-refactor: Fixed up and documented Meta-class inheritance.</title>
<updated>2008-02-22T01:05:05Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-02-22T01:05:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0c20e88e65b8c2b1d097510ee2d7cfe6b2cf9b97'/>
<id>urn:sha1:0c20e88e65b8c2b1d097510ee2d7cfe6b2cf9b97</id>
<content type='text'>
Should be mostly logical (for versions of "logical" that may require you to be
a Vulcan, admittedly, but that's not entirely my fault).


git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@7141 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>queryset-refactor: Model inheritance support.</title>
<updated>2008-02-17T18:47:57Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-02-17T18:47:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=da6570bf082620205737c82cd7deb7185daaf538'/>
<id>urn:sha1:da6570bf082620205737c82cd7deb7185daaf538</id>
<content type='text'>
This adds both types of model inheritance: abstract base classes (ABCs) and
multi-table inheritance. See the documentation and tests / examples for details.

Still a few known bugs here, so don't file tickets (I know about them). Not
quite ready for prime-time usage, but it mostly works as expected.


git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@7126 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>queryset-refactor: Merged from trunk up to [7122].</title>
<updated>2008-02-16T06:57:52Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-02-16T06:57:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2d0588548e52c78e5213d262a5c4e5df1da3450e'/>
<id>urn:sha1:2d0588548e52c78e5213d262a5c4e5df1da3450e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@7124 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
