Opened 13 years ago

Closed 13 years ago

#15576 closed (invalid)

Error displaying "ordering" in the ModelAdmin page as "New in Django Development version"

Reported by: zehome Owned by: nobody
Component: Documentation Version:
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

http://docs.djangoproject.com/en/dev/ref/contrib/admin/

Tells us:

New in Django Development version.
ordering

=> It's available in 1.2.5 at least.

Change History (1)

comment:1 by Gabriel Hurley, 13 years ago

Resolution: invalid
Status: newclosed

The ordering option you're referring to in this case is for InlineModelAdmin, which was added in [14882] and was not backported to the 1.2.X series. The documentation is correct as far as I can see.

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