Ticket #12825: 12825.diff

File 12825.diff, 546 bytes (added by Tim Graham, 15 years ago)
  • django/test/testcases.py

     
    398398        contexts = to_list(response.context)
    399399        if not contexts:
    400400            self.fail(msg_prefix + "Response did not use any contexts to"
    401                       "render the response")
     401                      " render the response")
    402402
    403403        # Put error(s) into a list to simplify processing.
    404404        errors = to_list(errors)
Back to Top