<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/databases.txt, branch stable/5.2.x</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=stable%2F5.2.x</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=stable%2F5.2.x'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2008-08-23T22:25:40Z</updated>
<entry>
<title>Massive reorganization of the docs. See the new docs online at http://docs.djangoproject.com/.</title>
<updated>2008-08-23T22:25:40Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2008-08-23T22:25:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=97cb07c3a10ff0e584a260a7ee1001614691eb1d'/>
<id>urn:sha1:97cb07c3a10ff0e584a260a7ee1001614691eb1d</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8506 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Corrected the privileges needed to run the test suite under Oracle</title>
<updated>2008-07-21T16:50:04Z</updated>
<author>
<name>Ian Kelly</name>
<email>ian.g.kelly@gmail.com</email>
</author>
<published>2008-07-21T16:50:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4dd242bdeb6cd6f722e8728b8c5cdd662c3ec98a'/>
<id>urn:sha1:4dd242bdeb6cd6f722e8728b8c5cdd662c3ec98a</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8021 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Edited various doc changes from [6801]</title>
<updated>2007-12-04T06:13:56Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2007-12-04T06:13:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e5e75b0c52f7b3d342008f10fca4a5881eac380d'/>
<id>urn:sha1:e5e75b0c52f7b3d342008f10fca4a5881eac380d</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6879 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #6007: Added DEFAULT_TABLESPACE and DEFAULT_INDEX_TABLESPACE </title>
<updated>2007-12-01T19:23:49Z</updated>
<author>
<name>Ian Kelly</name>
<email>ian.g.kelly@gmail.com</email>
</author>
<published>2007-12-01T19:23:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bbc3a955573c8e53dcc6d314ed1bd364a49d31b5'/>
<id>urn:sha1:bbc3a955573c8e53dcc6d314ed1bd364a49d31b5</id>
<content type='text'>
options to global_settings.py


git-svn-id: http://code.djangoproject.com/svn/django/trunk@6801 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Edited docs/databases.txt Oracle changes from [6432]</title>
<updated>2007-11-30T05:03:32Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2007-11-30T05:03:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=efc1ff2004b533f3c2eac95499c19ee00b81d25d'/>
<id>urn:sha1:efc1ff2004b533f3c2eac95499c19ee00b81d25d</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6763 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #5512 -- Added a note about a common MySQLdb upgrade problem. Thanks,</title>
<updated>2007-10-20T10:47:57Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2007-10-20T10:47:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c858efe912603a0fc0d391bfcf0354f784071ad1'/>
<id>urn:sha1:c858efe912603a0fc0d391bfcf0354f784071ad1</id>
<content type='text'>
Matt Boersma.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@6561 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #5656: Added a note about needing CREATE TRIGGER privileges </title>
<updated>2007-10-02T15:26:39Z</updated>
<author>
<name>Ian Kelly</name>
<email>ian.g.kelly@gmail.com</email>
</author>
<published>2007-10-02T15:26:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=dad9bae58520f717a411c456fa38729d4385a56e'/>
<id>urn:sha1:dad9bae58520f717a411c456fa38729d4385a56e</id>
<content type='text'>
to run syncdb under Oracle. Thanks, jbronn.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@6443 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #5627: Added documentation and caveats about using the oracle </title>
<updated>2007-09-28T19:25:50Z</updated>
<author>
<name>Ian Kelly</name>
<email>ian.g.kelly@gmail.com</email>
</author>
<published>2007-09-28T19:25:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e70ecc93ff3bc610ab976774786cfd22a15c80ef'/>
<id>urn:sha1:e70ecc93ff3bc610ab976774786cfd22a15c80ef</id>
<content type='text'>
backend.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@6432 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #5024 -- Fixed potential error in docs/databases.txt related to MySQL 'passwd'. Thanks, ispivey@gmail.com and ubernostrum</title>
<updated>2007-09-15T05:00:21Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2007-09-15T05:00:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=16906ea79388e16e57995ab8d93856515d3b42c2'/>
<id>urn:sha1:16906ea79388e16e57995ab8d93856515d3b42c2</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6261 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Changed several documentation links to be relative.</title>
<updated>2007-08-04T03:39:24Z</updated>
<author>
<name>Gary Wilson Jr</name>
<email>gary.wilson@gmail.com</email>
</author>
<published>2007-08-04T03:39:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ac027df2539858b8dfcb7fe6b3da19b2573f147c'/>
<id>urn:sha1:ac027df2539858b8dfcb7fe6b3da19b2573f147c</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5798 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
