From 5cbcb3683964205ce023157ca181d05a31be2ab5 Mon Sep 17 00:00:00 2001 From: Simon Charette Date: Fri, 30 Jun 2017 08:35:58 -0400 Subject: Fixed #28350 -- Fixed UnboundLocalError crash in RenameField with nonexistent field. Thanks Tim for the review. --- docs/releases/1.11.3.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.11.3.txt b/docs/releases/1.11.3.txt index 1c716bf5a3..227c94abb4 100644 --- a/docs/releases/1.11.3.txt +++ b/docs/releases/1.11.3.txt @@ -54,3 +54,6 @@ Bugfixes * Prevented a primary key alteration from adding a foreign key constraint if ``db_constraint=False`` (:ticket:`28298`). + +* Fixed ``UnboundLocalError`` crash in ``RenameField`` with nonexistent field + (:ticket:`28350`). -- cgit v1.3