diff --git a/docs/ref/contrib/postgres/fields.txt b/docs/ref/contrib/postgres/fields.txt index 65bff7f9e6..983b4234c9 100644 --- a/docs/ref/contrib/postgres/fields.txt +++ b/docs/ref/contrib/postgres/fields.txt @@ -47,8 +47,8 @@ may be a good choice for the :ref:`range fields ` and with the exception of those handling relational data (:class:`~django.db.models.ForeignKey`, :class:`~django.db.models.OneToOneField` and - :class:`~django.db.models.ManyToManyField`) and file fields ( - :class:`~django.db.models.FileField` and + :class:`~django.db.models.ManyToManyField`) and file fields + (:class:`~django.db.models.FileField` and :class:`~django.db.models.ImageField`). It is possible to nest array fields - you can specify an instance of