mirror of
https://github.com/django/django.git
synced 2025-07-23 21:25:40 +00:00
[3.0.x] Fixed a/an typos in "SQL" usage.
Backport of 1c2c6f1b51
from master
This commit is contained in:
parent
fdd5eb4309
commit
cdf320dfb2
7 changed files with 13 additions and 13 deletions
|
@ -42,7 +42,7 @@ The name of the constraint.
|
|||
.. attribute:: ExclusionConstraint.expressions
|
||||
|
||||
An iterable of 2-tuples. The first element is an expression or string. The
|
||||
second element is a SQL operator represented as a string. To avoid typos, you
|
||||
second element is an SQL operator represented as a string. To avoid typos, you
|
||||
may use :class:`~django.contrib.postgres.fields.RangeOperators` which maps the
|
||||
operators with strings. For example::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue