From f5bd6063fc16c4f008716833dc1209796caf39d8 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Thu, 16 Feb 2017 19:48:09 +0000 Subject: [PATCH] Fixed link to attribute in news --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 566a39bc..52868e98 100644 --- a/NEWS +++ b/NEWS @@ -41,7 +41,7 @@ New features: (:ticket:`#503`). - `~connection.isolation_level` is now writable and entirely separated from `~connection.autocommit`; added `~connection.readonly`, - `connection.deferrable` writable attributes. + `~connection.deferrable` writable attributes. Bug fixes: