﻿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
7175	"""extra"" anchor in sidebar is really long"	anonymous	nobody	"In the sidebar on the [http://www.djangoproject.com/documentation/db-api/ Database API] page, the anchor to the [http://www.djangoproject.com/documentation/db-api/#extra-select-none-where-none-params-none-tables-none-order-by-none-select-params-none extra] function is too long.

Instead of listing all possible keyword arguments:

{{{
    extra(select=None, where=None, params=None, tables=None, order_by=None, select_params=None)
}}}

It just have the packed ""kwargs"" format, consistent with the other functions:

{{{
    extra(**kwargs)
}}}"		closed	Documentation	dev		invalid			Unreviewed	0	0	0	0	0	0
