mirror of
https://github.com/django/django.git
synced 2025-11-01 20:31:40 +00:00
Fixed #22979 -- Moved bug* tests
This commit is contained in:
parent
f14898a453
commit
11181a64f9
10 changed files with 49 additions and 79 deletions
7
tests/admin_autodiscover/admin.py
Normal file
7
tests/admin_autodiscover/admin.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
from django.contrib import admin
|
||||
|
||||
from .models import Story
|
||||
|
||||
|
||||
admin.site.register(Story)
|
||||
raise Exception("Bad admin module")
|
||||
Loading…
Add table
Add a link
Reference in a new issue