mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-16 22:20:24 +00:00
1. Custom views should be prepended to the 'views' list, otherwise they could be shadowed by views of the superclass. 2. Custom views should not be added to the superclass 'views' list. Instead a new list should be created and assigned to the class. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_actions.py | ||
| test_admin2tags.py | ||
| test_auth_admin.py | ||
| test_core.py | ||
| test_renderers.py | ||
| test_types.py | ||
| test_utils.py | ||
| test_views.py | ||