﻿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
3742	Function with `admin_order_field` only sorts in one direction, with no arrows	Jeff Wheeler <jeff@…>	nobody	"When using `admin_order_field` on a function, it can only be sorted in one direction (ascending), and no arrows will be displayed when sorted.

{{{
#!python
my_function.admin_order_field = 'model_field'
}}}

This will result in the column showing up correctly, and it is a link which sorts, but it does not work, as described above."		closed	contrib.admin	0.96		duplicate	admin admin_order_field		Unreviewed	1	0	0	0	0	0
