﻿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
4588	newforms-admin: Handle keyword argument `options` of `AdminSite.register`	yi.codeplayer at gmail dot com	nobody	"I got a simple way to handle the keyword argument `options` of `AdminSite.register`:
{{{
        if options:
            admin_class = type(admin_class.__name__, (admin_class,), options)
}}}"		closed	contrib.admin	newforms-admin		fixed	nfa-someday		Accepted	1	0	1	0	0	0
