We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6538168 commit 472eb56Copy full SHA for 472eb56
docs/model_fields/json_field.rst
@@ -250,7 +250,7 @@ For example:
250
Containment Lookups
251
~~~~~~~~~~~~~~~~~~~
252
253
-The ``contains`` lookup is overriden on ``JSONField`` to support the MySQL
+The ``contains`` lookup is overridden on ``JSONField`` to support the MySQL
254
``JSON_CONTAINS`` function. This allows you to search, for example, JSON
255
objects that contain at least a given set of key-value pairs. Additionally you
256
can do the inverse with ``contained_by``, i.e. find values where the objects
0 commit comments