Opened 16 years ago

Closed 16 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

Change History (1)

comment:1 by Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: newclosed

(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.

Note: See TracTickets for help on using tickets.
Back to Top