diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-11-30 08:22:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-30 08:22:10 +0100 |
| commit | e8dcef155c1848ef49e54f787a7d20faf3bf9296 (patch) | |
| tree | df5458835ef2906ee7f5548b84e6efaf74f185d0 /docs | |
| parent | 0db8bf3d60f7a027391ce89555bdb4a95ad0a227 (diff) | |
Refs #33397, Refs #34160 -- Added release note for resolving output_field changes.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.1.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/releases/4.1.txt b/docs/releases/4.1.txt index dd1470fc15..1a59d4ab93 100644 --- a/docs/releases/4.1.txt +++ b/docs/releases/4.1.txt @@ -590,6 +590,12 @@ Miscellaneous * The minimum supported version of ``asgiref`` is increased from 3.4.1 to 3.5.2. +* Combined expressions no longer use the error-prone behavior of guessing + ``output_field`` when argument types match. As a consequence, resolving an + ``output_field`` for database functions and combined expressions may now + crash with mixed types. You will need to explicitly set the ``output_field`` + in such cases. + .. _deprecated-features-4.1: Features deprecated in 4.1 |
