From 4209372ec6db85a8deeea4ad620801ce670a71c7 Mon Sep 17 00:00:00 2001 From: antoliny0919 Date: Wed, 13 Nov 2024 11:02:37 +0900 Subject: [PATCH] Fixed typo in orms section document. --- docs/orms.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/orms.rst b/docs/orms.rst index 7f9d1ef0..d28e7ebf 100644 --- a/docs/orms.rst +++ b/docs/orms.rst @@ -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