1
0
mirror of https://github.com/django/django.git synced 2025-06-15 16:39:13 +00:00

[5.2.x] Fixed incorrect spacing in docs/ref/contrib/postgres/fields.txt.

Backport of e52100a2508ecbb105926128ce80f4ef04bb3c95 from main.
This commit is contained in:
Jacob Walls 2025-05-15 08:22:10 -04:00 committed by Natalia
parent 817ed81aea
commit 9cbd7dd349

View File

@ -47,8 +47,8 @@ may be a good choice for the :ref:`range fields <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