<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/backends/postgresql_psycopg2/base.py, branch fix-31295</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=fix-31295</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=fix-31295'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2019-01-17T15:50:25Z</updated>
<entry>
<title>Refs #25175 -- Removed db.backends.postgresql_psycopg2 per deprecation timeline.</title>
<updated>2019-01-17T15:50:25Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2018-12-28T00:23:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=944469939b9eb93fda0924f78faba5c0ffae2dff'/>
<id>urn:sha1:944469939b9eb93fda0924f78faba5c0ffae2dff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #25175 -- Added backwards compatibility for importing postgresql_psycopg2 backend.</title>
<updated>2015-08-07T13:34:18Z</updated>
<author>
<name>Caio Ariede</name>
<email>caio.ariede@gmail.com</email>
</author>
<published>2015-08-06T23:34:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bcb4fe0012f8f869348ea83f5a35706f4545c44a'/>
<id>urn:sha1:bcb4fe0012f8f869348ea83f5a35706f4545c44a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.</title>
<updated>2015-08-07T13:33:17Z</updated>
<author>
<name>Caio Ariede</name>
<email>caio.ariede@gmail.com</email>
</author>
<published>2015-08-05T14:08:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ec9004728ee136e3b7e2b7cd2610203e16b6ce9b'/>
<id>urn:sha1:ec9004728ee136e3b7e2b7cd2610203e16b6ce9b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Well, what should I say: UPS.</title>
<updated>2015-05-24T15:33:44Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2015-05-24T15:33:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=92f37e5f5f91c876fbc7370d00845d12b8aa787a'/>
<id>urn:sha1:92f37e5f5f91c876fbc7370d00845d12b8aa787a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #24844 -- Corrected has_changed implementation for HStoreField.</title>
<updated>2015-05-24T15:32:16Z</updated>
<author>
<name>Andrea Grandi</name>
<email>a.grandi@gmail.com</email>
</author>
<published>2015-05-24T14:56:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=43b2d88a5b9cfb151ccf7ac861f2750e70c0e2c4'/>
<id>urn:sha1:43b2d88a5b9cfb151ccf7ac861f2750e70c0e2c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #23820 -- Supported per-database time zone.</title>
<updated>2015-05-17T07:40:28Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2015-05-02T19:56:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ed83881e648771d22658f21b939f66e75c499864'/>
<id>urn:sha1:ed83881e648771d22658f21b939f66e75c499864</id>
<content type='text'>
The primary use case is to interact with a third-party database (not
primarily managed by Django) that doesn't support time zones and where
datetimes are stored in local time when USE_TZ is True.

Configuring a PostgreSQL database with the TIME_ZONE option while USE_TZ
is False used to result in silent data corruption. Now this is an error.
</content>
</entry>
<entry>
<title>Fixed #24791 -- Added fallback when 'postgres' database isn't available</title>
<updated>2015-05-15T16:44:20Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2015-05-14T17:27:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3226050358cfcffcb14f7e48e3a5cee873388406'/>
<id>urn:sha1:3226050358cfcffcb14f7e48e3a5cee873388406</id>
<content type='text'>
Thanks Carl Meyer and Tim Graham for the reviews.
</content>
</entry>
<entry>
<title>Fixed #24335 -- Bumped required psycopg2 version to 2.4.5 (2.5 for contrib.postgres).</title>
<updated>2015-02-16T23:07:27Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-02-16T17:11:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3adc5f1ee6618a615db07d4a868b366a15c39f82'/>
<id>urn:sha1:3adc5f1ee6618a615db07d4a868b366a15c39f82</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed 'autocommit' options for the psycopg2 backend.</title>
<updated>2015-02-14T17:51:18Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2015-02-14T16:31:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a73c8540a888021feb640abefa936a76e21b6a1a'/>
<id>urn:sha1:a73c8540a888021feb640abefa936a76e21b6a1a</id>
<content type='text'>
It was documented as not having any effect since Django 1.6.
</content>
</entry>
<entry>
<title>Cleaned up init_connection_state in the psycopg2 backend.</title>
<updated>2015-02-14T17:51:18Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2015-02-14T08:53:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=28e97a9bdc6c672a1304570aa75f6311fb1112e2'/>
<id>urn:sha1:28e97a9bdc6c672a1304570aa75f6311fb1112e2</id>
<content type='text'>
settings_dict['TIME_ZONE'] is set in ConnectionHandler.ensure_defaults.
</content>
</entry>
</feed>
