From ea53e7c09f1b8864c20c65976bbeaeab77abdaec Mon Sep 17 00:00:00 2001 From: Orhan Hirsch Date: Wed, 26 Apr 2023 09:22:43 +0200 Subject: Fixed #34517 -- Avoided connection post_init signal to ImageField without width/height fields. --- docs/releases/5.0.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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 -- cgit v1.2.1