1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #18130 -- Made the isolation level configurable on PostgreSQL.

Thanks limscoder for the report and niwi for the draft patch.
This commit is contained in:
Aymeric Augustin
2013-03-02 15:00:28 +01:00
parent d63e55039d
commit e0449316eb
4 changed files with 55 additions and 15 deletions

View File

@@ -125,6 +125,8 @@ Minor features
* The admin list columns have a ``column-<field_name>`` class in the HTML
so the columns header can be styled with CSS, e.g. to set a column width.
* The isolation level can be customized under PostgreSQL.
Backwards incompatible changes in 1.6
=====================================