summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.5.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.7.5.txt b/docs/releases/1.7.5.txt
index 604cf9146a..432031ef38 100644
--- a/docs/releases/1.7.5.txt
+++ b/docs/releases/1.7.5.txt
@@ -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.