mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Refs #13724 -- Corrected QuerySet signature in docs.
This commit is contained in:
parent
af8dbbe0d5
commit
6c23b43655
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ described here.
|
|||
|
||||
Here's the formal declaration of a ``QuerySet``:
|
||||
|
||||
.. class:: QuerySet(model=None, query=None, using=None)
|
||||
.. class:: QuerySet(model=None, query=None, using=None, hints=None)
|
||||
|
||||
Usually when you'll interact with a ``QuerySet`` you'll use it by
|
||||
:ref:`chaining filters <chaining-filters>`. To make this work, most
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue