Opened 9 years ago

Last modified 9 years ago

#24879 closed Bug

In the docs, models.QuerySet is used instead of models.query.QuerySet — at Version 1

Reported by: devtester44 Owned by: nobody
Component: Documentation Version: 1.8
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description (last modified by devtester44)

I'm pretty new to Django, but the guys at the IRC room told me to report it.

Here's the link:

https://docs.djangoproject.com/en/1.8/topics/db/managers/#calling-custom-queryset-methods-from-the-manager

note: its the inherited class on 4th line down

Change History (1)

comment:1 by devtester44, 9 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top