<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/models/base.py, branch archive/attic/multiple-db-support</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=archive%2Fattic%2Fmultiple-db-support</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=archive%2Fattic%2Fmultiple-db-support'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2006-12-04T20:29:44Z</updated>
<entry>
<title>[multi-db] Merged trunk to [4000]. Some tests still failing.</title>
<updated>2006-12-04T20:29:44Z</updated>
<author>
<name>Jason Pellerin</name>
<email>jpellerin@gmail.com</email>
</author>
<published>2006-12-04T20:29:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b7a897eebbd4797c58b004eda7c6a30f9971eac2'/>
<id>urn:sha1:b7a897eebbd4797c58b004eda7c6a30f9971eac2</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/multiple-db-support@4156 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>[multi-db] Merge trunk to [3578]</title>
<updated>2006-08-14T01:03:32Z</updated>
<author>
<name>Jason Pellerin</name>
<email>jpellerin@gmail.com</email>
</author>
<published>2006-08-14T01:03:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bec235deefbca44d1a9f3b95e453d946b1359135'/>
<id>urn:sha1:bec235deefbca44d1a9f3b95e453d946b1359135</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/multiple-db-support@3581 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>[multi-db] Merge trunk to [3501]</title>
<updated>2006-07-31T18:19:15Z</updated>
<author>
<name>Jason Pellerin</name>
<email>jpellerin@gmail.com</email>
</author>
<published>2006-07-31T18:19:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7062c656c300c267cff22440afa30063c3b8789b'/>
<id>urn:sha1:7062c656c300c267cff22440afa30063c3b8789b</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/multiple-db-support@3502 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>[multi-db] Merge trunk to [3426]</title>
<updated>2006-07-23T03:31:52Z</updated>
<author>
<name>Jason Pellerin</name>
<email>jpellerin@gmail.com</email>
</author>
<published>2006-07-23T03:31:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=438c23a6c6eb71b73272a9b98392af654b76c82c'/>
<id>urn:sha1:438c23a6c6eb71b73272a9b98392af654b76c82c</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/multiple-db-support@3427 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>[multi-db] Updated Model and its utility functions to access the db connection through the default manager.</title>
<updated>2006-07-19T02:32:40Z</updated>
<author>
<name>Jason Pellerin</name>
<email>jpellerin@gmail.com</email>
</author>
<published>2006-07-19T02:32:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=62306542eebf4b982f552281ec7f2878c15bea64'/>
<id>urn:sha1:62306542eebf4b982f552281ec7f2878c15bea64</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/multiple-db-support@3365 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>[multi-db] Merge trunk to [3302]</title>
<updated>2006-07-09T17:11:34Z</updated>
<author>
<name>Jason Pellerin</name>
<email>jpellerin@gmail.com</email>
</author>
<published>2006-07-09T17:11:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ef1a9eeb64b24a49769b107a9361643bd7e7a688'/>
<id>urn:sha1:ef1a9eeb64b24a49769b107a9361643bd7e7a688</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/multiple-db-support@3303 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>[multi-db] Added optional db_connection property to model Meta classes, </title>
<updated>2006-06-28T22:21:45Z</updated>
<author>
<name>Jason Pellerin</name>
<email>jpellerin@gmail.com</email>
</author>
<published>2006-06-28T22:21:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=75b64abaa7cc1818aec9c29c28d93e226ec3b1cb'/>
<id>urn:sha1:75b64abaa7cc1818aec9c29c28d93e226ec3b1cb</id>
<content type='text'>
which can be used to set the name of the connection for the  model. 
Updated query generation in model, query and fields/related to 
use the model's connection and backend. Added basic model connection 
access to multiple db test.


git-svn-id: http://code.djangoproject.com/svn/django/branches/multiple-db-support@3234 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Merge trunk to [3226]</title>
<updated>2006-06-28T17:07:26Z</updated>
<author>
<name>Jason Pellerin</name>
<email>jpellerin@gmail.com</email>
</author>
<published>2006-06-28T17:07:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=da5b0586d359390e2102703707afae65befe7f6d'/>
<id>urn:sha1:da5b0586d359390e2102703707afae65befe7f6d</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/multiple-db-support@3228 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Merge trunk to [3216]</title>
<updated>2006-06-28T17:00:52Z</updated>
<author>
<name>Jason Pellerin</name>
<email>jpellerin@gmail.com</email>
</author>
<published>2006-06-28T17:00:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=54b6e969571576e9ec616df8b074f744009b35cc'/>
<id>urn:sha1:54b6e969571576e9ec616df8b074f744009b35cc</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/multiple-db-support@3227 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #1964 -- Fixed bug in fetching the dimensions of an ImageField. Thanks, Armin Ronacher</title>
<updated>2006-06-20T04:12:27Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-06-20T04:12:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f2aab5b913adf65728ded560e217acea3ae2d1f9'/>
<id>urn:sha1:f2aab5b913adf65728ded560e217acea3ae2d1f9</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3168 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
