summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2025-05-15 08:22:10 -0400
committerNatalia <124304+nessita@users.noreply.github.com>2025-05-15 09:22:52 -0300
commit9cbd7dd3498c5ffbe00f63e3eb7306d7eca72c13 (patch)
treeee020521b2776e2ecd46d9eb64f5a7af1c8bd7b5
parent817ed81aea4255b0228d551ef035b904cb2a293a (diff)
[5.2.x] Fixed incorrect spacing in docs/ref/contrib/postgres/fields.txt.
Backport of e52100a2508ecbb105926128ce80f4ef04bb3c95 from main.
-rw-r--r--docs/ref/contrib/postgres/fields.txt4
1 files changed, 2 insertions, 2 deletions
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 <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