From 30ca66eadd1135d220ae1f0570bb0244c26b9d29 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Fri, 6 Mar 2020 11:52:49 +0100 Subject: Added missing backticks in various docs. --- docs/ref/contrib/postgres/fields.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref/contrib/postgres') diff --git a/docs/ref/contrib/postgres/fields.txt b/docs/ref/contrib/postgres/fields.txt index e8fcef6215..baebba9c50 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 ` 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 -- cgit v1.3