mirror of
				https://github.com/django/django.git
				synced 2025-11-03 21:25:09 +00:00 
			
		
		
		
	Used 'classmethod' annotation in docs/topics/auth/customizing.txt
This commit is contained in:
		
							parent
							
								
									55c3133df8
								
							
						
					
					
						commit
						5238af3257
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -721,10 +721,10 @@ utility methods:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.. class:: models.BaseUserManager
 | 
					.. class:: models.BaseUserManager
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    .. method:: models.BaseUserManager.normalize_email(email)
 | 
					    .. classmethod:: models.BaseUserManager.normalize_email(email)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        A ``classmethod`` that normalizes email addresses by lowercasing
 | 
					        Normalizes email addresses by lowercasing the domain portion of the
 | 
				
			||||||
        the domain portion of the email address.
 | 
					        email address.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    .. method:: models.BaseUserManager.get_by_natural_key(username)
 | 
					    .. method:: models.BaseUserManager.get_by_natural_key(username)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue