mirror of
https://github.com/django/django.git
synced 2025-07-03 17:29:12 +00:00
Fixed incorrect spacing in docs/ref/contrib/postgres/fields.txt.
This commit is contained in:
parent
87ab54b488
commit
e52100a250
@ -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
|
with the exception of those handling relational data
|
||||||
(:class:`~django.db.models.ForeignKey`,
|
(:class:`~django.db.models.ForeignKey`,
|
||||||
:class:`~django.db.models.OneToOneField` and
|
:class:`~django.db.models.OneToOneField` and
|
||||||
:class:`~django.db.models.ManyToManyField`) and file fields (
|
:class:`~django.db.models.ManyToManyField`) and file fields
|
||||||
:class:`~django.db.models.FileField` and
|
(:class:`~django.db.models.FileField` and
|
||||||
:class:`~django.db.models.ImageField`).
|
:class:`~django.db.models.ImageField`).
|
||||||
|
|
||||||
It is possible to nest array fields - you can specify an instance of
|
It is possible to nest array fields - you can specify an instance of
|
||||||
|
Loading…
x
Reference in New Issue
Block a user