summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/postgres
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2020-03-06 11:52:49 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-03-06 11:53:35 +0100
commitf389e2c9603f5ee1d564b6c6fc095cfff75f8b53 (patch)
tree1d8e6d835fcd7f164e0f31da34bdb912345b3c24 /docs/ref/contrib/postgres
parent1c1911dcd9480ddc23a64703027cc78b379bc011 (diff)
[3.0.x] Added missing backticks in various docs.
Backport of 30ca66eadd1135d220ae1f0570bb0244c26b9d29 from master
Diffstat (limited to 'docs/ref/contrib/postgres')
-rw-r--r--docs/ref/contrib/postgres/fields.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/postgres/fields.txt b/docs/ref/contrib/postgres/fields.txt
index 5ae5a2e2ce..7e02ff11c7 100644
--- a/docs/ref/contrib/postgres/fields.txt
+++ b/docs/ref/contrib/postgres/fields.txt
@@ -79,7 +79,7 @@ may be a good choice for the :ref:`range fields <range-fields>` and
.. note::
- When nesting ``ArrayField``, whether you use the `size` parameter or not,
+ When nesting ``ArrayField``, whether you use the ``size`` parameter or not,
PostgreSQL requires that the arrays are rectangular::
from django.contrib.postgres.fields import ArrayField