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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user