Opened 19 years ago

Closed 19 years ago

#261 closed enhancement (invalid)

the administrator with edit_inline should give ordering choices

Reported by: hugo <gb@…> Owned by: Adrian Holovaty
Component: contrib.admin Version:
Severity: normal 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

Both the ForeignKey() field definition and the generated interface should give possibilities for ordering. Currently it seems like it orders by the ID, but some data might be better ordered by different data. So it would be nice to have a order_list option for ForeignKeys much like we already have for the model classes.

Change History (2)

comment:1 by Adrian Holovaty, 19 years ago

It orders by whatever the ordering parameter is for the ForeignKey's model.

comment:2 by rjwittams, 19 years ago

Resolution: invalid
Status: newclosed

Just looking through ordering tickets, this seems very old and odd.

Reopen if needed...

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