<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/core/management/commands/sqlindexes.py, branch archive/soc2009/multidb</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2009%2Fmultidb</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2009%2Fmultidb'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2009-12-22T14:37:40Z</updated>
<entry>
<title>[soc2009/multidb] Updated management commands to ensure that a database name is always available.  Patch from Russell Keith-Magee.</title>
<updated>2009-12-22T14:37:40Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2009-12-22T14:37:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=45b4288bb66a3cda401b45901e85b645674c3988'/>
<id>urn:sha1:45b4288bb66a3cda401b45901e85b645674c3988</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/multidb@11950 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>[soc2009/multidb] Replaced a lot of raw strings with the appropriate constant.  Thanks to Igor Sobreira for reminding me about these.</title>
<updated>2009-07-02T02:28:12Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2009-07-02T02:28:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f73cbaea672bbc2fdc1727b61516d46045039347'/>
<id>urn:sha1:f73cbaea672bbc2fdc1727b61516d46045039347</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/multidb@11150 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>[soc2009/multidb] Updated the transaction decorators for use with multiple DB.</title>
<updated>2009-06-03T03:18:48Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2009-06-03T03:18:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b1f70d9e53f4256cf82594a1a44428d8e64cb23d'/>
<id>urn:sha1:b1f70d9e53f4256cf82594a1a44428d8e64cb23d</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/multidb@10911 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>[soc2009/multidb] Updated several strings and internal API names to be more consistant and descriptive</title>
<updated>2009-06-03T02:26:16Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2009-06-03T02:26:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f4bcbbfa8bca397850a0060225906243e7ed27f4'/>
<id>urn:sha1:f4bcbbfa8bca397850a0060225906243e7ed27f4</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/multidb@10897 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>[soc2009/multidb] Coverted all applicable management commands to have a --database flag for signifying with database to preform the operations against.</title>
<updated>2009-06-03T02:03:49Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2009-06-03T02:03:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1dc330595c47bb26c7884c2eb55009c2055160fe'/>
<id>urn:sha1:1dc330595c47bb26c7884c2eb55009c2055160fe</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/multidb@10893 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #6650 -- Added UTF-8 encoding to SQL output provided by management commands. Thanks to farcaller for the suggestion.</title>
<updated>2008-06-19T14:38:56Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2008-06-19T14:38:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5d09d8769d7eb7fd8dffdf5c0705e25173c59006'/>
<id>urn:sha1:5d09d8769d7eb7fd8dffdf5c0705e25173c59006</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7706 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Major refactoring of django.core.management -- it's now a package rather than a 1730-line single module. All django-admin/manage.py commands are now stored in separate modules. This is backwards-incompatible for people who used django.core.management functions directly</title>
<updated>2007-08-16T06:06:55Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2007-08-16T06:06:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=01adbb55e6698b512ff202bc5fc81f9565e4003b'/>
<id>urn:sha1:01adbb55e6698b512ff202bc5fc81f9565e4003b</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5898 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
