Opened 14 years ago
Closed 14 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.
Note:
See TracTickets
for help on using tickets.
The
ordering
option you're referring to in this case is forInlineModelAdmin
, 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.