mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-17 14:40:27 +00:00
Shows nested child objects that will be deleted when deleting a single object or multiple objects. Includes some hacky tests for NestedObjects in the example app.
7 lines
218 B
Python
7 lines
218 B
Python
from test_auth_admin import *
|
|
from test_apiviews import *
|
|
from test_builtin_api_resources import *
|
|
from test_permissions import *
|
|
from test_modelforms import *
|
|
from test_views import *
|
|
from test_nestedobjects import *
|