diff options
| author | Marc Gibbons <1726961+marcgibbons@users.noreply.github.com> | 2024-09-30 15:52:28 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-30 16:52:28 -0300 |
| commit | 6765b6adf924c1bc8792a4a454d5a788c1abc98e (patch) | |
| tree | 66defb5e0eb5d54acca6daf4f4758edb31ef71e3 /tests/admin_views/tests.py | |
| parent | 73e8e811416dcb5007ad9cc9d1632aaca95bf302 (diff) | |
Fixed #35797 -- Removed debug context processor from default project template.
Diffstat (limited to 'tests/admin_views/tests.py')
| -rw-r--r-- | tests/admin_views/tests.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/admin_views/tests.py b/tests/admin_views/tests.py index fc1bb86d85..16d76f5da2 100644 --- a/tests/admin_views/tests.py +++ b/tests/admin_views/tests.py @@ -1686,7 +1686,6 @@ class AdminViewBasicTest(AdminViewBasicTestCase): "APP_DIRS": True, "OPTIONS": { "context_processors": [ - "django.template.context_processors.debug", "django.template.context_processors.request", "django.contrib.auth.context_processors.auth", "django.contrib.messages.context_processors.messages", @@ -7695,7 +7694,6 @@ class AdminDocsTest(TestCase): "APP_DIRS": True, "OPTIONS": { "context_processors": [ - "django.template.context_processors.debug", "django.template.context_processors.request", "django.contrib.auth.context_processors.auth", "django.contrib.messages.context_processors.messages", |
