diff options
| author | Simon Charette <charette.s@gmail.com> | 2017-06-30 08:35:58 -0400 |
|---|---|---|
| committer | Simon Charette <charette.s@gmail.com> | 2017-06-30 13:12:33 -0400 |
| commit | c1621d80089cb3e77c8a504310feeb24fea61afe (patch) | |
| tree | 35d0cbcf6070be1af5e1c1a7b3eea29b133fb2a1 /docs | |
| parent | a6756195c1a11eee10c16c96fe95d52e22e1d9ba (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.txt | 3 |
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`). |
