﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
13780	Admin site documentation should specify ordering directions	anonymous	nobody	"The docs for the admin site don't mention ordering directions.
{{{
class AscendingStoryAdmin(admin.ModelAdmin):
	ordering = ('publishing_day',)

class DescendingStoryAdmin(admin.ModelAdmin):
	ordering = ('-publishing_day',)
}}}
They should. It's important and not obvious to everyone."		closed	Documentation	dev		invalid			Unreviewed	0	0	0	0	0	0
