mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #28350 -- Fixed UnboundLocalError crash in RenameField with nonexistent field.
Thanks Tim for the review.
This commit is contained in:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user