mirror of
				https://github.com/django/django.git
				synced 2025-10-28 08:06:09 +00:00 
			
		
		
		
	Refs #36500 -- Rewrapped long docstrings and block comments via a script.
Rewrapped long docstrings and block comments to 79 characters + newline using script from https://github.com/medmunds/autofix-w505.
This commit is contained in:
		| @@ -198,8 +198,9 @@ class LiveServerViews(LiveServerBase): | ||||
|         development server is rather simple we support it only in cases where | ||||
|         we can detect a content length from the response. This should be doable | ||||
|         for all simple views and streaming responses where an iterable with | ||||
|         length of one is passed. The latter follows as result of `set_content_length` | ||||
|         from https://github.com/python/cpython/blob/main/Lib/wsgiref/handlers.py. | ||||
|         length of one is passed. The latter follows as result of | ||||
|         `set_content_length` from | ||||
|         https://github.com/python/cpython/blob/main/Lib/wsgiref/handlers.py. | ||||
|  | ||||
|         If we cannot detect a content length we explicitly set the `Connection` | ||||
|         header to `close` to notify the client that we do not actually support | ||||
|   | ||||
		Reference in New Issue
	
	Block a user