﻿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
31483	Remove admin change_form.js dependency on jQuery.	Jon Dufresne	Jon Dufresne	"https://github.com/django/django/blob/3.0/django/contrib/admin/static/admin/js/change_form.js

The file currently uses jQuery for two purposes:

1. To add an onclick handler to elements with the `add-another` class. This event handler has been unused since 07988744b347302925bc6cc66511e34224db55ab (Django 1.8) when the class was removed. Rather than porting and maintaining this code block, it can be removed.

2. To find the first visible, enabled input and then focus it. This code is simple enough to port.
"	Cleanup/optimization	closed	contrib.admin	dev	Normal	fixed			Accepted	1	0	0	0	0	0
