1
0
mirror of https://github.com/django/django.git synced 2025-10-24 14:16:09 +00:00

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")