Skip to content

Commit d668b76

Browse files
abmohanPhotonios
authored andcommitted
Fixed typo in annotations doc
1 parent 74af280 commit d668b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/annotations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Annotations
1010
Renaming annotations
1111
--------------------
1212

13-
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.
13+
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.
1414

1515
.. code-block:: python
1616

0 commit comments

Comments
 (0)