<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/backends/sqlite3/creation.py, branch 1.5.11</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.5.11</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.5.11'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2012-10-22T17:23:19Z</updated>
<entry>
<title>Fixed #19162 -- Wrong indentation.</title>
<updated>2012-10-22T17:23:19Z</updated>
<author>
<name>Jan Bednařík</name>
<email>jan.bednarik@gmail.com</email>
</author>
<published>2012-10-22T17:23:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4cceb5cb31bb6d36da58672629e8e07b023a857f'/>
<id>urn:sha1:4cceb5cb31bb6d36da58672629e8e07b023a857f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[py3] Replaced raw_input by input</title>
<updated>2012-08-08T17:53:11Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-08-08T17:08:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b8e49d70f2bbbb9008dbbf9d8b0dee46dcf25fa6'/>
<id>urn:sha1:b8e49d70f2bbbb9008dbbf9d8b0dee46dcf25fa6</id>
<content type='text'>
The six addition has been borrowed from:
https://bitbucket.org/gutworth/six/changeset/733ef740
</content>
</entry>
<entry>
<title>Replaced print statement by print function (forward compatibility syntax).</title>
<updated>2012-04-30T18:45:03Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-04-28T16:02:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=596cb9c7e287abbb98c64974fb4944d522cb6b5a'/>
<id>urn:sha1:596cb9c7e287abbb98c64974fb4944d522cb6b5a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #18013 -- Use the new 'as' syntax for exceptions.</title>
<updated>2012-04-29T18:57:15Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-04-28T16:09:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3904b74a3f2f92fefe1d39281ed683c52f2fef03'/>
<id>urn:sha1:3904b74a3f2f92fefe1d39281ed683c52f2fef03</id>
<content type='text'>
Thanks Clueless for the initial patch.
Note that unittest has been purposely left out (external package only used by Python 2.6).
</content>
</entry>
<entry>
<title>Fixed #16329 -- Fixed detection of transaction-handling capabilities when all test databases are sqlite3, in-memory.</title>
<updated>2012-03-13T17:52:48Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2012-03-13T17:52:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=69b96f824d2de0904f03e457c564f22fb8ed57e4'/>
<id>urn:sha1:69b96f824d2de0904f03e457c564f22fb8ed57e4</id>
<content type='text'>
Thanks canassa for the report and agriffis (#17762) and lrekucki (in #17758) for their contribution to the fix.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17702 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #16250 -- Made test database creation support code in the PostgreSQL DB backend compatible with psycopg2 2.4.2.</title>
<updated>2011-07-06T23:25:30Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2011-07-06T23:25:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=569aa34ea5eec46ec0d899f4db682687964feec0'/>
<id>urn:sha1:569aa34ea5eec46ec0d899f4db682687964feec0</id>
<content type='text'>
Implemented this by adding an internal hook for work that should be performed
before that point.

Also, regarding the `DatabaseCreation.set_autocommit()` method:
 * Stop using it for such tasks
 * Stop providing an implementation that tries to cover all the possible
   idioms a third party database backend DB-API 2 driver could need to activate
   autocommit. It is now left for third party backends to implement.

This can be backwards incompatible in the case of user applications that:
 * Had started using this method
 * Use a third a party database backend

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16520 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks to Erik Romijn.</title>
<updated>2011-06-11T13:48:24Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2011-06-11T13:48:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ce3c281090320172d22e8a6057250d103c93438e'/>
<id>urn:sha1:ce3c281090320172d22e8a6057250d103c93438e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16366 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed error introduced in r14666 that results in the message reporting the test DB name to be created being shown actually after the real action when the operation fails.</title>
<updated>2010-12-08T23:48:28Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2010-12-08T23:48:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e0d8c5fca26bbe20cc26226e794dbb0e61a3467b'/>
<id>urn:sha1:e0d8c5fca26bbe20cc26226e794dbb0e61a3467b</id>
<content type='text'>
Implemented that by factoring out calculation of test DB name to an internal method.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14861 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Rationalized the verbosity levels (including introducing a new super-verbose level) for syncdb, test and loaddata.</title>
<updated>2010-08-07T06:58:14Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-08-07T06:58:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=72dc12ed06ae45e49c79b8fd257e1b1589b3fad2'/>
<id>urn:sha1:72dc12ed06ae45e49c79b8fd257e1b1589b3fad2</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13539 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>
