Skip to content

Commit

Permalink
[3.2.x] Fixed typo in docs/ref/contrib/postgres/fields.txt.
Browse files Browse the repository at this point in the history
Backport of 05bbff8 from master
  • Loading branch information
felixxm committed Mar 4, 2021
1 parent 4496968 commit cd7a5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/contrib/postgres/fields.txt
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ Returns objects where the array of values is the given value. Note that the
order is not guaranteed to be reliable, so this transform is mainly useful for
using in conjunction with lookups on
:class:`~django.contrib.postgres.fields.ArrayField`. Uses the SQL function
``avalues()``. For example::
``avals()``. For example::

>>> Dog.objects.create(name='Rufus', data={'breed': 'labrador'})
>>> Dog.objects.create(name='Meg', data={'breed': 'collie', 'owner': 'Bob'})
Expand Down

0 comments on commit cd7a5bf

Please sign in to comment.