1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #24318 -- Set the transaction isolation level with psycopg >= 2.4.2.

This commit is contained in:
Aymeric Augustin
2015-02-14 09:50:38 +01:00
parent 1379165b35
commit 76356d963c
3 changed files with 55 additions and 5 deletions

View File

@@ -19,3 +19,7 @@ Bugfixes
* Fixed crash in ``contrib.sites`` migrations when a default database isn't
used (:ticket:`24332`).
* Added the ability to set the isolation level on PostgreSQL with psycopg2 ≥
2.4.2 (:ticket:`24318`). It was advertised as a new feature in Django 1.6
but it didn't work in practice.