<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/backends/postgresql/creation.py, branch 1.10.6</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.10.6</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.10.6'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2015-11-13T16:29:35Z</updated>
<entry>
<title>Refs #25196 -- Fixed incorrect argument order in test database creation.</title>
<updated>2015-11-13T16:29:35Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-11-13T16:28:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=abcdb237bb313d116ce2ac8e90f79f61429afc70'/>
<id>urn:sha1:abcdb237bb313d116ce2ac8e90f79f61429afc70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #25196 -- Normalized database representations in test database messages.</title>
<updated>2015-09-25T14:21:55Z</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2015-07-30T10:56:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=afe777639cc1c591df32591e196d4cda5783c615'/>
<id>urn:sha1:afe777639cc1c591df32591e196d4cda5783c615</id>
<content type='text'>
Left over Oracle mostly as-is since it's more complicated.
</content>
</entry>
<entry>
<title>Cloned databases for running tests in parallel.</title>
<updated>2015-09-09T21:01:15Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2015-02-09T21:00:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0586c061f0b857e2259bea48e21ebb69a7878d13'/>
<id>urn:sha1:0586c061f0b857e2259bea48e21ebb69a7878d13</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.</title>
<updated>2015-08-07T13:33:17Z</updated>
<author>
<name>Caio Ariede</name>
<email>caio.ariede@gmail.com</email>
</author>
<published>2015-08-05T14:08:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ec9004728ee136e3b7e2b7cd2610203e16b6ce9b'/>
<id>urn:sha1:ec9004728ee136e3b7e2b7cd2610203e16b6ce9b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Deprecated the psycopg-based postgresql database backend.</title>
<updated>2011-04-02T08:39:08Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2011-04-02T08:39:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=89117545557f8ccfccfa9addd086a160501104b3'/>
<id>urn:sha1:89117545557f8ccfccfa9addd086a160501104b3</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15980 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #13773 -- Passed in the current connection in a call to db_type(). Thanks to Suor for the report and patch.</title>
<updated>2010-07-30T02:54:47Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-07-30T02:54:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f185a58025ecd48b5557a520e4dcc4de15f85c18'/>
<id>urn:sha1:f185a58025ecd48b5557a520e4dcc4de15f85c18</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13451 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #8901 -- Reapplied r13328 (with extra docs) now that we have a 1.3 development branch.</title>
<updated>2010-06-21T11:48:45Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-06-21T11:48:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6ab3fea11314d66b3b28b680684ad0423ed8b665'/>
<id>urn:sha1:6ab3fea11314d66b3b28b680684ad0423ed8b665</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13363 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Refs #8901 -- Reverted r13328 because the patch imposes a minimum version requirement of Postgres 8.0; we can't impose that on Django 1.2, so we need to wait until the 1.3 is branched before we can apply this change.</title>
<updated>2010-06-10T11:45:29Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-06-10T11:45:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2597f31ed4e9dff814809767e83209843bf9512e'/>
<id>urn:sha1:2597f31ed4e9dff814809767e83209843bf9512e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13348 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #8901 -- Corrected the PostgreSQL sequence reset code when field identifiers exceed the maximum identifier length. Thanks to adam@zuerchertech.com for the report, and Matt Hoskins for the patch.</title>
<updated>2010-06-07T15:47:19Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-06-07T15:47:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=21a690fcfeeb3fecef3baa50ac9a9f0c14260a7e'/>
<id>urn:sha1:21a690fcfeeb3fecef3baa50ac9a9f0c14260a7e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13328 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #1142 -- Added multiple database support.</title>
<updated>2009-12-22T15:18:51Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2009-12-22T15:18:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ff60c5f9de3e8690d1e86f3e9e3f7248a15397c8'/>
<id>urn:sha1:ff60c5f9de3e8690d1e86f3e9e3f7248a15397c8</id>
<content type='text'>
This monster of a patch is the result of Alex Gaynor's 2009 Google Summer of Code project.
Congratulations to Alex for a job well done.

Big thanks also go to:
 * Justin Bronn for keeping GIS in line with the changes,
 * Karen Tracey and Jani Tiainen for their help testing Oracle support
 * Brett Hoerner, Jon Loyens, and Craig Kimmerer for their feedback.
 * Malcolm Treddinick for his guidance during the GSoC submission process.
 * Simon Willison for driving the original design process
 * Cal Henderson for complaining about ponies he wanted.

... and everyone else too numerous to mention that helped to bring this feature into fruition.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11952 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
