summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon Charette <charette.s@gmail.com>2017-06-30 08:35:58 -0400
committerSimon Charette <charette.s@gmail.com>2017-06-30 13:12:33 -0400
commitc1621d80089cb3e77c8a504310feeb24fea61afe (patch)
tree35d0cbcf6070be1af5e1c1a7b3eea29b133fb2a1 /docs
parenta6756195c1a11eee10c16c96fe95d52e22e1d9ba (diff)
[1.11.x] Fixed #28350 -- Fixed UnboundLocalError crash in RenameField with nonexistent field.
Thanks Tim for the review. Backport of 5cbcb3683964205ce023157ca181d05a31be2ab5 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.3.txt3
1 files changed, 3 insertions, 0 deletions
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`).