<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/backends/sqlite3/creation.py, branch 2.0.13</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=2.0.13</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=2.0.13'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2017-09-11T15:32:40Z</updated>
<entry>
<title>Fixed #28578 -- Renamed DatabaseCreation number arguments to suffix.</title>
<updated>2017-09-11T15:32:40Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2017-09-11T15:32:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=99e65d648842d4715f32682117adc01223fef316'/>
<id>urn:sha1:99e65d648842d4715f32682117adc01223fef316</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #27795 -- Removed unneeded force_text calls</title>
<updated>2017-03-04T17:18:21Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2017-03-04T14:47:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8346680e1ca4a8ddc8190baf3f5f944f6418d5cf'/>
<id>urn:sha1:8346680e1ca4a8ddc8190baf3f5f944f6418d5cf</id>
<content type='text'>
Thanks Tim Graham for the review.
</content>
</entry>
<entry>
<title>Refs #27656 -- Updated django.db docstring verbs according to PEP 257.</title>
<updated>2017-02-28T14:17:27Z</updated>
<author>
<name>Anton Samarchyan</name>
<email>anton.samarchyan@savoirfairelinux.com</email>
</author>
<published>2017-01-24T23:04:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=60e52a047e55bc4cd5a93a8bd4d07baed27e9a22'/>
<id>urn:sha1:60e52a047e55bc4cd5a93a8bd4d07baed27e9a22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #23919 -- Removed most of remaining six usage</title>
<updated>2017-01-18T20:33:28Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2017-01-07T11:11:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2b281cc35ed9d997614ca3c416928d7fabfef1ad'/>
<id>urn:sha1:2b281cc35ed9d997614ca3c416928d7fabfef1ad</id>
<content type='text'>
Thanks Tim Graham for the review.
</content>
</entry>
<entry>
<title>Fixed #27077 -- Made SQLite's in-memory database checks DRYer.</title>
<updated>2016-08-18T00:34:18Z</updated>
<author>
<name>Chris Jerdonek</name>
<email>chris.jerdonek@gmail.com</email>
</author>
<published>2016-08-18T00:34:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3d0a3c5fff2f9ee5e0d7ee3340878e0986b0e3b2'/>
<id>urn:sha1:3d0a3c5fff2f9ee5e0d7ee3340878e0986b0e3b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #27078 -- Simplified "if" logic in SQLite's _get_test_db_name().</title>
<updated>2016-08-17T20:20:01Z</updated>
<author>
<name>Chris Jerdonek</name>
<email>chris.jerdonek@gmail.com</email>
</author>
<published>2016-08-17T20:20:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=49fcbe73c5004fd576b2aaed2c20b798cc878824'/>
<id>urn:sha1:49fcbe73c5004fd576b2aaed2c20b798cc878824</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #12118 -- Allowed "mode=memory" in SQLite test database names.</title>
<updated>2015-10-06T16:32:05Z</updated>
<author>
<name>Riccardo Magliocchetti</name>
<email>riccardo.magliocchetti@gmail.com</email>
</author>
<published>2015-10-05T17:25:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3543fec3b739864c52de0a116dde3b0e5e885799'/>
<id>urn:sha1:3543fec3b739864c52de0a116dde3b0e5e885799</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>Removed obsolete SQL generation methods.</title>
<updated>2015-01-18T20:58:06Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-12-30T16:39:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2b039d966f6e61a5ffb5ffac25aa198f9043de3d'/>
<id>urn:sha1:2b039d966f6e61a5ffb5ffac25aa198f9043de3d</id>
<content type='text'>
</content>
</entry>
</feed>
