<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/backends/sqlite3/creation.py, branch 1.10.3</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.10.3</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.10.3'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2015-10-06T16:32:05Z</updated>
<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>
<entry>
<title>Fixed #22603 -- Reorganized classes in django.db.backends.</title>
<updated>2015-01-14T19:16:20Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-01-12T20:20:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=28308078f397d1de36fd0da417ac7da2544ba12d'/>
<id>urn:sha1:28308078f397d1de36fd0da417ac7da2544ba12d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Moved DatabaseCreation.data_types properties to DatabaseWrapper.</title>
<updated>2014-12-31T13:29:17Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-12-29T20:14:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=93d73dac91104fd82d44b0dd4521cfa4f31e02aa'/>
<id>urn:sha1:93d73dac91104fd82d44b0dd4521cfa4f31e02aa</id>
<content type='text'>
refs #22340.
</content>
</entry>
<entry>
<title>Fixed #12118 -- Added shared cache support to SQLite in-memory testing.</title>
<updated>2014-12-30T15:14:33Z</updated>
<author>
<name>Andriy Sokolovskiy</name>
<email>sokandpal@yandex.ru</email>
</author>
<published>2014-12-03T23:17:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8c99b7920e8187f98cf4d7dbd9918bd6c6da1238'/>
<id>urn:sha1:8c99b7920e8187f98cf4d7dbd9918bd6c6da1238</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #2443 -- Added DurationField.</title>
<updated>2014-12-20T18:28:29Z</updated>
<author>
<name>Marc Tamlyn</name>
<email>marc.tamlyn@gmail.com</email>
</author>
<published>2014-07-24T12:57:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=57554442fe3e209c135e15dda4ea45123e579e58'/>
<id>urn:sha1:57554442fe3e209c135e15dda4ea45123e579e58</id>
<content type='text'>
A field for storing periods of time - modeled in Python by timedelta. It
is stored in the native interval data type on PostgreSQL and as a bigint
of microseconds on other backends.

Also includes significant changes to the internals of time related maths
in expressions, including the removal of DateModifierNode.

Thanks to Tim and Josh in particular for reviews.
</content>
</entry>
<entry>
<title>Fixed #19463 -- Added UUIDField</title>
<updated>2014-09-16T09:08:09Z</updated>
<author>
<name>Marc Tamlyn</name>
<email>marc.tamlyn@gmail.com</email>
</author>
<published>2014-07-15T09:35:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ed7821231b7dbf34a6c8ca65be3b9bcbda4a0703'/>
<id>urn:sha1:ed7821231b7dbf34a6c8ca65be3b9bcbda4a0703</id>
<content type='text'>
Uses native support in postgres, and char(32) on other backends.
</content>
</entry>
<entry>
<title>Limited lines to 119 characters in django/</title>
<updated>2014-09-05T13:22:16Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-09-04T12:15:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1101467ce0756272a54f4c7bc65c4c335a94111b'/>
<id>urn:sha1:1101467ce0756272a54f4c7bc65c4c335a94111b</id>
<content type='text'>
refs #23395.
</content>
</entry>
</feed>
