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 8519,"databrowse.site.register reports ""The model ModelBase is already registered"" instead of naming the actual model",Luciano Ramalho,nobody,"This is another manifestation of bug #4696, but in a different piece of code. django.contrib.databrowse.site, in function register (line 92) is: {{{ raise AlreadyRegistered('The model %s is already registered' % model.__class__.__name__) }}} should be: {{{ raise AlreadyRegistered('The model %s is already registered' % model.__name__) }}} ",,closed,contrib.databrowse,1.0-beta,,fixed,,,Ready for checkin,1,0,0,0,0,0