Removed out of place sentence in QuerySet.count() docs.

This commit is contained in:
Adam Johnson 2018-08-02 22:36:02 +01:00 committed by Tim Graham
parent 271542dad1
commit 2e3ba9f592
1 changed files with 1 additions and 1 deletions

View File

@ -2085,7 +2085,7 @@ where the default is such that at most 999 variables per query are used.
.. method:: count()
Returns an integer representing the number of objects in the database matching
the ``QuerySet``. The ``count()`` method never raises exceptions.
the ``QuerySet``.
Example::