mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	[1.10.x] Documented render_to_string()'s using parameter.
				
					
				
			Backport of 24da355686 from master
			
			
This commit is contained in:
		
				
					committed by
					
						 Tim Graham
						Tim Graham
					
				
			
			
				
	
			
			
			
						parent
						
							7652f97a5c
						
					
				
				
					commit
					26fd712128
				
			| @@ -256,6 +256,10 @@ templates, Django provides a shortcut function which automates the process. | ||||
|         An optional :class:`~django.http.HttpRequest` that will be available | ||||
|         during the template's rendering process. | ||||
|  | ||||
|     ``using`` | ||||
|         An optional template engine :setting:`NAME <TEMPLATES-NAME>`. The | ||||
|         search for the template will be restricted to that engine. | ||||
|  | ||||
|     Usage example:: | ||||
|  | ||||
|         from django.template.loader import render_to_string | ||||
|   | ||||
		Reference in New Issue
	
	Block a user