﻿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
37190	Deprecation warning for action_location parameter should mention subclass and/or point to user code	Jacob Walls	Mike Edmunds	"As pointed out in #37187, we have deprecation warnings being emitted on wsgiref frames for the deprecation warning added in #12090:

{{{#!py
/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/wsgiref/handlers.py:137: RemovedInDjango70Warning: Overriding get_action_choices() without the 'action_location' parameter is deprecated. Update the signature to get_action_choices(self, request, default_choices=None, action_location=ActionLocation.CHANGE_LIST).
}}}

Analysis from #37187:

> ... trying to warn about an overridden subclass method that has already been called so is no longer on the stack."	Bug	assigned	contrib.admin	6.1	Release blocker			Mike Edmunds Marcelo Galigniana	Unreviewed	0	0	0	0	0	0
