diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.0.txt | 3 |
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 |
