We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87ab54b commit e52100aCopy full SHA for e52100a
docs/ref/contrib/postgres/fields.txt
@@ -47,8 +47,8 @@ may be a good choice for the :ref:`range fields <range-fields>` and
47
with the exception of those handling relational data
48
(:class:`~django.db.models.ForeignKey`,
49
:class:`~django.db.models.OneToOneField` and
50
- :class:`~django.db.models.ManyToManyField`) and file fields (
51
- :class:`~django.db.models.FileField` and
+ :class:`~django.db.models.ManyToManyField`) and file fields
+ (:class:`~django.db.models.FileField` and
52
:class:`~django.db.models.ImageField`).
53
54
It is possible to nest array fields - you can specify an instance of
0 commit comments