mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Fixed typo in docs/releases/2.2.txt.
This commit is contained in:
		
				
					committed by
					
						 Mariusz Felisiak
						Mariusz Felisiak
					
				
			
			
				
	
			
			
			
						parent
						
							4cbe2b06ce
						
					
				
				
					commit
					851d9eac23
				
			| @@ -302,7 +302,7 @@ For example, in older versions of Django:: | |||||||
|     class SubAdmin(BaseAdmin): |     class SubAdmin(BaseAdmin): | ||||||
|         actions = ['b'] |         actions = ['b'] | ||||||
|  |  | ||||||
| ``SubAdmin`` will have actions ``'a'`` and ``'b'``. | ``SubAdmin`` would have actions ``'a'`` and ``'b'``. | ||||||
|  |  | ||||||
| Now ``actions`` follows standard Python inheritance. To get the same result as | Now ``actions`` follows standard Python inheritance. To get the same result as | ||||||
| before:: | before:: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user