Skip to content

Commit

Permalink
Remove documentation change not directly related to bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-parton committed Apr 29, 2024
1 parent 546ce15 commit ef670b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/ref/models/fields.txt
Expand Up @@ -1343,12 +1343,12 @@ following optional arguments:
.. attribute:: ImageField.height_field

Name of a model field which will be auto-populated with the height of the
image each time the image attribute is set.
image each time the model instance is saved.

.. attribute:: ImageField.width_field

Name of a model field which will be auto-populated with the width of the
image each time the image attribute is set.
image each time the model instance is saved.

Requires the `Pillow`_ library.

Expand All @@ -1367,6 +1367,7 @@ The default form widget for this field is a
would always result in re-reading the file from the storage backend. If
your storage backend resizes images, the actual image's width and height
will not match the auto-populated fields.

``IntegerField``
----------------

Expand Down

0 comments on commit ef670b5

Please sign in to comment.