mirror of
				https://github.com/django/django.git
				synced 2025-11-03 21:25:09 +00:00 
			
		
		
		
	Fixed three small doc markup errors.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12741 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		
							parent
							
								
									e316b8b981
								
							
						
					
					
						commit
						ff2d0ebdb8
					
				
					 3 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -84,7 +84,7 @@ other status code.
 | 
			
		|||
 | 
			
		||||
   Because the ``FlatpageFallbackMiddleware`` is applied only after
 | 
			
		||||
   URL resolution has failed and produced a 404, the response it
 | 
			
		||||
   returns will not apply any :ref:`view middleware <view-middlware>`
 | 
			
		||||
   returns will not apply any :ref:`view middleware <view-middleware>`
 | 
			
		||||
   methods. Only requests which are successfully routed to a view via
 | 
			
		||||
   normal URL resolution apply view middleware.
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -336,6 +336,7 @@ name, the second will override the first. The default processors are explained
 | 
			
		|||
below.
 | 
			
		||||
 | 
			
		||||
.. admonition:: When context processors are applied
 | 
			
		||||
 | 
			
		||||
    When you use ``RequestContext``, the variables you supply directly
 | 
			
		||||
    are added first, followed any variables supplied by context
 | 
			
		||||
    processors. This means that a context processor may overwrite a
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue