InlineModelAdmin does not respect ordering
ModelAdmin
has an ordering
option which ought to be inherited by InlineModelAdmin
-- in many situations it is useful to specify a custom ordering criteria for inlines. I've attached a patch which moves the ordering
attribute and queryset
method should to BaseModelAdmin
so that the functionality is shared with InlineModelAdmin
.
Needs documentation: |
set
|
Needs tests: |
set
|
Owner: |
changed from Simon Meers to Daniel F Moisset
|
Triage Stage: |
Unreviewed → Accepted
|
Owner: |
changed from Daniel F Moisset to nobody
|
Needs documentation: |
unset
|
Needs tests: |
unset
|
Triage Stage: |
Accepted → Ready for checkin
|
Owner: |
changed from nobody to Greg Turner
|
Keywords: |
sprintdec2010 added
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
Accepting this; however inlines should explicitly document that these new options are available