<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/backends/postgresql/base.py, branch 1.11b1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.11b1</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.11b1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2017-01-16T14:12:23Z</updated>
<entry>
<title>Refs #16614 -- Called _prepare_cursor() on every created cursor.</title>
<updated>2017-01-16T14:12:23Z</updated>
<author>
<name>François Freitag</name>
<email>mail@franek.fr</email>
</author>
<published>2017-01-14T06:36:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=05bdf4f44dc80ba2481699860fa0a73de80694ae'/>
<id>urn:sha1:05bdf4f44dc80ba2481699860fa0a73de80694ae</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>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>Removed unnecessary registration of psycopg2 unicode extensions on Python 3</title>
<updated>2016-08-15T18:57:57Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2016-08-14T19:11:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=21aec54296708ae29a06d9a5b97ba665bed44394'/>
<id>urn:sha1:21aec54296708ae29a06d9a5b97ba665bed44394</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #26712 -- Avoided unnecessary SET TIMEZONE queries on PostgreSQL.</title>
<updated>2016-06-06T15:26:02Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2016-06-06T03:46:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b484f167bed61f4cff215208eddf98a0655239d4'/>
<id>urn:sha1:b484f167bed61f4cff215208eddf98a0655239d4</id>
<content type='text'>
A change of the USE_TZ or TIME_ZONE settings doesn't necessarily require a
change to the active connections' timezones.
</content>
</entry>
<entry>
<title>Fixed E402 flake8 warnings.</title>
<updated>2016-04-04T21:14:27Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-04-04T01:41:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6448873197fa4e3df3f5f03201538dc57d7643d6'/>
<id>urn:sha1:6448873197fa4e3df3f5f03201538dc57d7643d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #26177 -- Fixed a PostgreSQL crash with TIME_ZONE=None and USE_TZ=False.</title>
<updated>2016-02-08T12:21:54Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-02-06T14:21:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=97eb3356b2a7488c8d0ca0e47ef3e538852d44a2'/>
<id>urn:sha1:97eb3356b2a7488c8d0ca0e47ef3e538852d44a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #14286 -- Added models.BigAutoField.</title>
<updated>2015-12-26T01:01:31Z</updated>
<author>
<name>Alexander Sosnovskiy</name>
<email>alecs.box@gmail.com</email>
</author>
<published>2015-07-02T08:43:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2a7ce34600d0f879e93c9a5e02215948ed3bb6ac'/>
<id>urn:sha1:2a7ce34600d0f879e93c9a5e02215948ed3bb6ac</id>
<content type='text'>
</content>
</entry>
</feed>
