mirror of
https://github.com/Hopiu/django.git
synced 2026-03-20 07:50:25 +00:00
`cache.tests.TestEtagWithAdmin` loaded views from the `admin_views` test package. This is problematic because when the `cache` test package is run in isolation, `admin_views` isn't in INSTALLED_APPS, and therefore loading its models isn't allowed since the app loading refactor. |
||
|---|---|---|
| .. | ||
| fixtures | ||
| templates | ||
| __init__.py | ||
| admin.py | ||
| customadmin.py | ||
| forms.py | ||
| models.py | ||
| tests.py | ||
| urls.py | ||
| views.py | ||