[2.1.x] Removed out of place sentence in QuerySet.count() docs.
Backport of 2e3ba9f5927048655fffa620bbac4f8b048056a4 from master
This commit is contained in:
parent
221ef69a9b
commit
2b19d198b1
@ -2093,7 +2093,7 @@ where the default is such that at most 999 variables per query are used.
|
|||||||
.. method:: count()
|
.. method:: count()
|
||||||
|
|
||||||
Returns an integer representing the number of objects in the database matching
|
Returns an integer representing the number of objects in the database matching
|
||||||
the ``QuerySet``. The ``count()`` method never raises exceptions.
|
the ``QuerySet``.
|
||||||
|
|
||||||
Example::
|
Example::
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user