<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/backends/sqlite3/base.py, branch 1.11.4</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.11.4</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.11.4'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2017-01-16T17:48:41Z</updated>
<entry>
<title>Moved unneeded ImproperlyConfigured inner imports.</title>
<updated>2017-01-16T17:48:41Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-01-16T17:48:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b5511dddd617d378c787c643324d259230e3861b'/>
<id>urn:sha1:b5511dddd617d378c787c643324d259230e3861b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #16614 -- Made QuerySet.iterator() use server-side cursors on PostgreSQL.</title>
<updated>2017-01-11T14:25:37Z</updated>
<author>
<name>François Freitag</name>
<email>mail@franek.fr</email>
</author>
<published>2016-06-03T22:31:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f3b7c059367a4e82bbfc7e4f0d42b10975e79f0c'/>
<id>urn:sha1:f3b7c059367a4e82bbfc7e4f0d42b10975e79f0c</id>
<content type='text'>
Thanks to Josh Smeaton for the idea of implementing server-side cursors
in PostgreSQL from the iterator method, and Anssi Kääriäinen and Kevin
Turner for their previous work. Also Simon Charette and Tim Graham for
review.
</content>
</entry>
<entry>
<title>Fixed E305 flake8 warnings.</title>
<updated>2016-11-14T17:30:46Z</updated>
<author>
<name>Ramin Farajpour Cami</name>
<email>ramin.blackhat@gmail.com</email>
</author>
<published>2016-11-12T17:11:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=967be82443b5640d61608a89897d8ce2bc44fa54'/>
<id>urn:sha1:967be82443b5640d61608a89897d8ce2bc44fa54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #25240 -- Added ExtractWeek and exposed it through the __week lookup.</title>
<updated>2016-11-11T13:01:40Z</updated>
<author>
<name>Mads Jensen</name>
<email>mje@inducks.org</email>
</author>
<published>2016-11-11T13:01:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1446902be48ebf19bfe484371897a2815dd21fca'/>
<id>urn:sha1:1446902be48ebf19bfe484371897a2815dd21fca</id>
<content type='text'>
Thanks to Mariusz Felisiak and Tim Graham for review.</content>
</entry>
<entry>
<title>Fixed #27327 -- Simplified time zone handling by requiring pytz.</title>
<updated>2016-10-27T12:53:20Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-10-08T01:06:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=414ad25b090a63eaaf297b1164c8f7d814a710a2'/>
<id>urn:sha1:414ad25b090a63eaaf297b1164c8f7d814a710a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed DatabaseError and IntegrityError declarations from database backends.</title>
<updated>2016-09-26T22:31:41Z</updated>
<author>
<name>Adam Chainz</name>
<email>me@adamj.eu</email>
</author>
<published>2016-09-26T22:31:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=85f2bba7ebd98fddaeb7451e733685022aae21cf'/>
<id>urn:sha1:85f2bba7ebd98fddaeb7451e733685022aae21cf</id>
<content type='text'>
Unused since 11ee9746a0530ec38f523fb4de44950d9b783877.</content>
</entry>
<entry>
<title>Fixed #27170 -- Added DatabaseWrapper class attributes to ease subclassing.</title>
<updated>2016-09-08T20:33:36Z</updated>
<author>
<name>Chris Jerdonek</name>
<email>chris.jerdonek@gmail.com</email>
</author>
<published>2016-09-08T20:33:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7ca3b391b611eb710c4c1d613e2f672591097a00'/>
<id>urn:sha1:7ca3b391b611eb710c4c1d613e2f672591097a00</id>
<content type='text'>
</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 #26348 -- Added TruncTime and exposed it through the __time lookup.</title>
<updated>2016-07-08T16:35:34Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2016-06-19T03:39:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8a4f017f4565c51c83aabb61a816e334e8638432'/>
<id>urn:sha1:8a4f017f4565c51c83aabb61a816e334e8638432</id>
<content type='text'>
Thanks Tim for the review.
</content>
</entry>
<entry>
<title>Refs #25774, #26348 -- Allowed Trunc functions to operate with time fields.</title>
<updated>2016-07-08T16:35:34Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2016-06-19T03:38:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=082c52dbedd76c312cebf3b23e04c449a94c20b6'/>
<id>urn:sha1:082c52dbedd76c312cebf3b23e04c449a94c20b6</id>
<content type='text'>
Thanks Josh for the amazing testing setup and Tim for the review.
</content>
</entry>
</feed>
