﻿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
21924	added reverse order for admin_order_field	fetzig	nobody	"after adding this you can setup something like this:


{{{
def age_in_years(self):
    return # age calculated via DateField self.date_of_birth
age_in_years.admin_order_field = '-date_of_birth'

}}}


the '-' at the beginning of '-date_of_birth' indicates the reverse order in the changelist.

already made a pull request here:
https://github.com/django/django/pull/2201

and patch is here:
https://github.com/fetzig/django/commit/2924431df1060d5ec1e0d2e6778b3c58cb85de05.patch

missing:
* patch for docs
* test(s)

won't be able to make the docs update and tests within the next week. so everybody is very welcome if you like to do that :)"	New feature	closed	contrib.admin	dev	Normal	fixed			Accepted	1	1	1	1	1	0
