summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOrhan Hirsch <orhanhenrik@gmail.com>2023-04-26 09:22:43 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-05-03 06:35:19 +0200
commitea53e7c09f1b8864c20c65976bbeaeab77abdaec (patch)
treef6b2359933948c0b46b280e75b62ec55919dad58 /docs
parent3b62d8c83e3e48d2ed61cfa32a61c56d9e030293 (diff)
downloaddjango-ea53e7c09f1b8864c20c65976bbeaeab77abdaec.tar.gz
Fixed #34517 -- Avoided connection post_init signal to ImageField without width/height fields.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/5.0.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/5.0.txt b/docs/releases/5.0.txt
index dafdc10d62..b1e09dab46 100644
--- a/docs/releases/5.0.txt
+++ b/docs/releases/5.0.txt
@@ -379,6 +379,9 @@ Miscellaneous
* The undocumented ``Query.annotation_select_mask`` attribute is changed from a
set of strings to an ordered list of strings.
+* ``ImageField.update_dimension_fields()`` is no longer called on the
+ ``post_init`` signal if ``width_field`` and ``height_field`` are not set.
+
.. _deprecated-features-5.0:
Features deprecated in 5.0