#27889 closed Bug (fixed)
ModelAdmin ordering by pk fails check
Reported by: | David Szotten | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | 1.10 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
one of the admin checks (admin.E033) looks for ModelAdmin
ordering
to make sure the entries are valid, but it doesn't allow pk
, which is a valid ordering
Change History (3)
comment:1 by , 8 years ago
Has patch: | set |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
Note:
See TracTickets
for help on using tickets.
PR