﻿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
9033	QuerySet extra()'s arguments could be better represented visually in the doc	Julien Phalip	Derek Willis	"Currently in the Queryset API documentation (1), the arguments for `extra()` (e.g. `select`, `params`, `order_by`...), although correctly defined, don't clearly show as sub-parts in the section. Visually they seem to be at the same level as the other queryset methods.

To fix this, one could use bullets, like it's been done for the `fieldsets` dictionary keys (`""fields""`, `""classes""` and `""description""`) in the admin doc (2).

Not a big deal but that'd be a nice improvement.

(1) http://docs.djangoproject.com/en/dev/ref/models/querysets/#extra-select-none-where-none-params-none-tables-none-order-by-none-select-params-none

(2) http://docs.djangoproject.com/en/dev/ref/contrib/admin/#fieldsets"		closed	Documentation	dev		fixed			Accepted	1	0	0	0	0	0
