mirror of
https://github.com/django/django.git
synced 2025-02-08 08:26:13 +00:00
Removed out of place sentence in QuerySet.count() docs.
This commit is contained in:
parent
271542dad1
commit
2e3ba9f592
@ -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::
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user