mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #28996 -- Simplified some boolean constructs and removed trivial continue statements.
This commit is contained in:
parent
4bcec02368
commit
a38ae914d8
34 changed files with 95 additions and 159 deletions
|
@ -252,7 +252,7 @@ class BaseTests:
|
|||
def test_middleware_disabled_fail_silently(self):
|
||||
"""
|
||||
When the middleware is disabled, an exception is not raised
|
||||
if 'fail_silently' = True
|
||||
if 'fail_silently' is True.
|
||||
"""
|
||||
data = {
|
||||
'messages': ['Test message %d' % x for x in range(5)],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue