Skip to content

Commit e52100a

Browse files
Fixed incorrect spacing in docs/ref/contrib/postgres/fields.txt.
1 parent 87ab54b commit e52100a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ref/contrib/postgres/fields.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ may be a good choice for the :ref:`range fields <range-fields>` and
4747
with the exception of those handling relational data
4848
(:class:`~django.db.models.ForeignKey`,
4949
:class:`~django.db.models.OneToOneField` and
50-
:class:`~django.db.models.ManyToManyField`) and file fields (
51-
:class:`~django.db.models.FileField` and
50+
:class:`~django.db.models.ManyToManyField`) and file fields
51+
(:class:`~django.db.models.FileField` and
5252
:class:`~django.db.models.ImageField`).
5353

5454
It is possible to nest array fields - you can specify an instance of

0 commit comments

Comments
 (0)