Skip to content

Commit

Permalink
Fixed typo in annotations doc
Browse files Browse the repository at this point in the history
  • Loading branch information
abmohan authored and Photonios committed Nov 17, 2022
1 parent 74af280 commit d668b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/annotations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Annotations
Renaming annotations
--------------------

Django does allow you to create an annotation that conflicts with a field on the model. :meth:`psqlextra.query.QuerySet.rename_annotation` makes it possible to do just that.
Django does not allow you to create an annotation that conflicts with a field on the model. :meth:`psqlextra.query.QuerySet.rename_annotation` makes it possible to do just that.

.. code-block:: python
Expand Down

0 comments on commit d668b76

Please sign in to comment.