Ticket #16437: outdated_comment-16437.diff
File outdated_comment-16437.diff, 382 bytes (added by , 13 years ago) |
---|
-
django/test/testcases.py
544 544 if func is None: 545 545 return context 546 546 547 # Basically emulate the `with` statement here.548 547 with context: 549 548 func(*args, **kwargs) 550 549