django-admin2/example/blog/tests/__init__.py
Ben Tappin 11f193ffc9 UI improvements when deleting objects.
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.
2013-05-29 12:38:32 +01:00

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 *