Skip to content

Commit

Permalink
Fixed typo in tips.txt (#1437)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelleb committed Sep 5, 2021
1 parent 512310f commit 43fd440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/tips.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ lookup type. Under the hood, this will incorrectly be resolved as:

.. code-block:: python

Produce.objects.filter(price__gt__exact=value)
Product.objects.filter(price__gt__exact=value)

The above will most likely generate a ``FieldError``. The correct configuration
would be:
Expand Down

0 comments on commit 43fd440

Please sign in to comment.