diff --git a/docs/releases/1.7.1.txt b/docs/releases/1.7.1.txt index 8438b7f6d2..0c1d64e810 100644 --- a/docs/releases/1.7.1.txt +++ b/docs/releases/1.7.1.txt @@ -49,3 +49,5 @@ Bugfixes * Fixed bug in migrations that could cause unexpected data loss when executing a backwards or no-op migration (:ticket:`23474`). + +* Restored the ability to deepcopy ``F`` objects (:ticket:`23492`).