mirror of
				https://github.com/django/django.git
				synced 2025-10-30 17:16:10 +00:00 
			
		
		
		
	[1.5.x] Fixed typo -- "a" user, not "an" user
Backport of c7dabe49dd from master
			
			
This commit is contained in:
		
				
					committed by
					
						 Tim Graham
						Tim Graham
					
				
			
			
				
	
			
			
			
						parent
						
							60ec8ae4b2
						
					
				
				
					commit
					9d23c3d03d
				
			| @@ -270,7 +270,7 @@ can or cannot do with Task instances, specific to your application:: | |||||||
|  |  | ||||||
| The only thing this does is create those extra permissions when you run | The only thing this does is create those extra permissions when you run | ||||||
| :djadmin:`manage.py syncdb <syncdb>`. Your code is in charge of checking the | :djadmin:`manage.py syncdb <syncdb>`. Your code is in charge of checking the | ||||||
| value of these permissions when an user is trying to access the functionality | value of these permissions when a user is trying to access the functionality | ||||||
| provided by the application (viewing tasks, changing the status of tasks, | provided by the application (viewing tasks, changing the status of tasks, | ||||||
| closing tasks.) Continuing the above example, the following checks if a user may | closing tasks.) Continuing the above example, the following checks if a user may | ||||||
| view tasks:: | view tasks:: | ||||||
|   | |||||||
| @@ -12,7 +12,7 @@ User authentication in Django | |||||||
| .. module:: django.contrib.auth | .. module:: django.contrib.auth | ||||||
|    :synopsis: Django's authentication framework. |    :synopsis: Django's authentication framework. | ||||||
|  |  | ||||||
| Django comes with an user authentication system. It handles user accounts, | Django comes with a user authentication system. It handles user accounts, | ||||||
| groups, permissions and cookie-based user sessions. This section of the | groups, permissions and cookie-based user sessions. This section of the | ||||||
| documentation explains how the default implementation works out of the box, as | documentation explains how the default implementation works out of the box, as | ||||||
| well as how to :doc:`extend and customize </topics/auth/customizing>` it to | well as how to :doc:`extend and customize </topics/auth/customizing>` it to | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user