<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/backends/sqlite3/creation.py, branch 1.8.5</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.8.5</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.8.5'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2015-01-14T19:16:20Z</updated>
<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>
<entry>
<title>Fixed #20550 -- Added ability to preserve test db between runs</title>
<updated>2014-05-28T15:22:46Z</updated>
<author>
<name>Greg Chapple</name>
<email>gregchapple1@gmail.com</email>
</author>
<published>2014-05-27T21:13:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b7aa7c4ab4372d2b7994d252c8bc87f77dd217ae'/>
<id>urn:sha1:b7aa7c4ab4372d2b7994d252c8bc87f77dd217ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reorganized the database test settings</title>
<updated>2014-03-09T01:57:18Z</updated>
<author>
<name>Shai Berger</name>
<email>shai@platonix.com</email>
</author>
<published>2014-01-20T00:45:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=41afae4ce906838fc87d63962104cfb47991f68b'/>
<id>urn:sha1:41afae4ce906838fc87d63962104cfb47991f68b</id>
<content type='text'>
Change database test settings from "TEST_"-prefixed entries in the
database settings dictionary to setting in a dictionary that is itself
an entry "TEST" in the database settings.

Refs #21775

Thanks Josh Smeaton for review.
</content>
</entry>
<entry>
<title>Fixed #10164 -- Made AutoField increase monotonically on SQLite</title>
<updated>2013-09-06T16:31:17Z</updated>
<author>
<name>Chris Wilson</name>
<email>chris+github@qwirx.com</email>
</author>
<published>2013-09-06T16:18:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=eade315da1c8372ac1dfcf1fd20ea87f454d71ac'/>
<id>urn:sha1:eade315da1c8372ac1dfcf1fd20ea87f454d71ac</id>
<content type='text'>
Thanks malte for the report.
</content>
</entry>
<entry>
<title>A large number of stylistic cleanups across django/db/</title>
<updated>2013-07-08T00:39:54Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2013-07-08T00:39:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=03d9566e0df45c72bffa99fe244a92f0279da56f'/>
<id>urn:sha1:03d9566e0df45c72bffa99fe244a92f0279da56f</id>
<content type='text'>
</content>
</entry>
</feed>
