Fixed #22979 -- Moved bug* tests

This commit is contained in:
Tushar Bhatia 2014-07-26 09:23:01 +08:00 committed by Tim Graham
parent f14898a453
commit 11181a64f9
10 changed files with 49 additions and 79 deletions

View file

@ -0,0 +1,7 @@
from django.contrib import admin
from .models import Story
admin.site.register(Story)
raise Exception("Bad admin module")