mirror of
				https://github.com/django/django.git
				synced 2025-11-03 21:25:09 +00:00 
			
		
		
		
	Fixed #20792 -- Corrected DISALLOWED_USER_AGENTS docs.
Thanks simonb for the report.
This commit is contained in:
		
							parent
							
								
									10f8a21002
								
							
						
					
					
						commit
						dab52d99fc
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -37,7 +37,7 @@ defines. See the :doc:`cache documentation </topics/cache>`.
 | 
				
			||||||
Adds a few conveniences for perfectionists:
 | 
					Adds a few conveniences for perfectionists:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* Forbids access to user agents in the :setting:`DISALLOWED_USER_AGENTS`
 | 
					* Forbids access to user agents in the :setting:`DISALLOWED_USER_AGENTS`
 | 
				
			||||||
  setting, which should be a list of strings.
 | 
					  setting, which should be a list of compiled regular expression objects.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* Performs URL rewriting based on the :setting:`APPEND_SLASH` and
 | 
					* Performs URL rewriting based on the :setting:`APPEND_SLASH` and
 | 
				
			||||||
  :setting:`PREPEND_WWW` settings.
 | 
					  :setting:`PREPEND_WWW` settings.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue