mirror of
https://github.com/django/django.git
synced 2025-07-23 13:15:32 +00:00
[3.0.x] Added missing backticks in various docs.
Backport of 30ca66eadd
from master
This commit is contained in:
parent
1c1911dcd9
commit
f389e2c960
6 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue