mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	[1.11.x] Fixed typos in docs/releases/1.10.txt.
Backport of 90fcf0fce7 from master
			
			
This commit is contained in:
		
				
					committed by
					
						 Tim Graham
						Tim Graham
					
				
			
			
				
	
			
			
			
						parent
						
							d236f30237
						
					
				
				
					commit
					b9436d1ba8
				
			| @@ -225,7 +225,7 @@ Minor features | ||||
|   not worry about whether or not the ``staticfiles`` app is installed. | ||||
|  | ||||
| * You can :ref:`more easily customize <customize-staticfiles-ignore-patterns>` | ||||
|   the ``collectstatic --ignore_patterns`` option with a custom ``AppConfig``. | ||||
|   the ``collectstatic --ignore`` option with a custom ``AppConfig``. | ||||
|  | ||||
| Cache | ||||
| ~~~~~ | ||||
| @@ -450,7 +450,7 @@ Requests and Responses | ||||
|   :meth:`~django.http.HttpResponse.seekable()` to make an instance a | ||||
|   stream-like object and allow wrapping it with :py:class:`io.TextIOWrapper`. | ||||
|  | ||||
| * Added the :attr:`HttpResponse.content_type | ||||
| * Added the :attr:`HttpRequest.content_type | ||||
|   <django.http.HttpRequest.content_type>` and | ||||
|   :attr:`~django.http.HttpRequest.content_params` attributes which are | ||||
|   parsed from the ``CONTENT_TYPE`` header. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user