#35318: QuerySet.exclude() docs contain a potentially misleading statement
regarding the restrictiveness of examples.
-------------------------------------+-------------------------------------
Reporter: P1car00n | Owner: nobody
Type: | Status: closed
Cleanup/optimization |
Component: Documentation | Version: 5.0
Severity: Normal | Resolution: invalid
Keywords: QuerySet, | Triage Stage:
Clarification, Accuracy | Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Mariusz Felisiak):
* resolution: => invalid
* status: new => closed
* summary:
The documentation for Django's exclude() method contains a potentially
misleading statement regarding the restrictiveness of two examples
provided.
=>
QuerySet.exclude() docs contain a potentially misleading statement
regarding the restrictiveness of examples.
Comment:
Thanks for this report, however I don't see anything wrong or misleading
in the current wording. The second example is called "more restrictive"
because more rows will be excluded.
--
Ticket URL: <
https://code.djangoproject.com/ticket/35318#comment:1>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.