1
0
mirror of https://github.com/django/django.git synced 2025-10-27 23:56:08 +00:00

[2.1.x] Removed obsolete BaseHandler attributes.

Unused since d334f46b7a.

Backport of 4e016d1372 from master
This commit is contained in:
Daniel Hepper
2018-05-27 17:21:27 +02:00
committed by Tim Graham
parent 4302911386
commit 13cb9d05a0
2 changed files with 1 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ class HandlerTests(SimpleTestCase):
def test_middleware_initialized(self):
handler = WSGIHandler()
self.assertIsNotNone(handler._request_middleware)
self.assertIsNotNone(handler._middleware_chain)
def test_bad_path_info(self):
"""