Skip to content

Commit

Permalink
Fixed typo in orms section document.
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoliny0919 authored and jeffwidman committed Nov 27, 2024
1 parent ac49fb4 commit 4209372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/orms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ Extra fields
:param str format: The image format (as supported by PIL) (default: ``'JPEG'``)
:param str palette: The image palette (as supported by PIL) (default: ``'RGB'``)

.. note:: If the value ``None`` was passed for the :class:`FileField` field, this will
.. note:: If the value ``None`` was passed for the :class:`ImageField` field, this will
disable field generation:

.. note:: Just as Django's :class:`django.db.models.ImageField` requires the
Expand Down

0 comments on commit 4209372

Please sign in to comment.