Added missing backticks in various docs.

This commit is contained in:
Mariusz Felisiak 2020-03-06 11:52:49 +01:00 committed by GitHub
parent 08a6215d33
commit 30ca66eadd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 7 deletions

View file

@ -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