1
0
mirror of https://github.com/django/django.git synced 2025-10-25 22:56:12 +00:00

[1.7.x] Fixed #22979 -- Moved bug* tests

Backport of 11181a64f from master.
This commit is contained in:
Tushar Bhatia
2014-07-26 09:23:01 +08:00
committed by Tim Graham
parent 30ccb36cb9
commit df0d5ea7bc
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")