mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	Fixed Sphinx warning.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17239 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -33,7 +33,9 @@ All attributes except ``session`` should be considered read-only. | ||||
| .. attribute:: HttpRequest.body | ||||
|  | ||||
|     .. versionchanged:: 1.4 | ||||
|     Before Django 1.4, ``HttpRequest.body`` was named ``HttpRequest.raw_post_data``. | ||||
|  | ||||
|     Before Django 1.4, ``HttpRequest.body`` was named | ||||
|     ``HttpRequest.raw_post_data``. | ||||
|  | ||||
|     The raw HTTP request body as a byte string. This is useful for processing | ||||
|     data in different ways than conventional HTML forms: binary images, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user