Ticket #16398: 16398.patch
File 16398.patch, 422 bytes (added by , 13 years ago) |
---|
-
django/http/__init__.py
621 621 if not self._is_string: 622 622 raise Exception("This %s instance is not writable" % self.__class__) 623 623 self._container.append(content) 624 return self 624 625 625 626 def flush(self): 626 627 pass