Ticket #12825: 12825.diff
File 12825.diff, 546 bytes (added by , 15 years ago) |
---|
-
django/test/testcases.py
398 398 contexts = to_list(response.context) 399 399 if not contexts: 400 400 self.fail(msg_prefix + "Response did not use any contexts to" 401 " render the response")401 " render the response") 402 402 403 403 # Put error(s) into a list to simplify processing. 404 404 errors = to_list(errors)