diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.0.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.0.1.txt b/docs/releases/2.0.1.txt index ccbc7c29a3..97260ef5b8 100644 --- a/docs/releases/2.0.1.txt +++ b/docs/releases/2.0.1.txt @@ -37,3 +37,6 @@ Bugfixes * Fixed crash on SQLite when renaming a field in a model referenced by a ``ManyToManyField`` (:ticket:`28884`). + +* Fixed a crash when chaining ``values()`` or ``values_list()`` after + ``QuerySet.select_for_update(of=(...))`` (:ticket:`28944`). |
