﻿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
25688	admin.register shouldn't allow an empty list of models to be registered	Baptiste Mispelon	Hasan Ramezani	"I couldn't remember how to do the model registering using the decorator syntax and ended up with this code:

{{{#!python
@admin.register()
class MyModelAdmin(admin.ModelAdmin):
    pass
}}}

This code doesn't actually do anything, but it does so silently. I think `register` should complain when you give it no actual model to register."	Cleanup/optimization	closed	contrib.admin	dev	Normal	fixed		aaronelliotross@…	Ready for checkin	1	0	0	0	1	0
