Opened 17 years ago
Closed 17 years ago
#6592 closed (fixed)
"Specifying ordering" model documentation mentions get_list()
Reported by: | Gary Wilson | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
get_list()
no longer exists. Should make mention of QuerySet
methods instead.
This is in: django/tests/modeltests/ordering/models.py
Note:
See TracTickets
for help on using tickets.
(In [7119]) Made a bunch of tiny documentation formatting and typo fixes.
Thanks, quicklizard, adamv, Gary Wilson, superjudge and David Pretty.
Fixed #6554, #6573 ,#6592, #6595, #6608.