1
0
mirror of https://github.com/django/django.git synced 2025-10-23 21:59:11 +00:00

Fixed #34517 -- Avoided connection post_init signal to ImageField without width/height fields.

This commit is contained in:
Orhan Hirsch
2023-04-26 09:22:43 +02:00
committed by Mariusz Felisiak
parent 3b62d8c83e
commit ea53e7c09f
3 changed files with 15 additions and 5 deletions

View File

@@ -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