mirror of
				https://github.com/Tivix/django-rest-auth.git
				synced 2025-11-04 09:37:35 +03:00 
			
		
		
		
	Merge pull request #46 from SerhiyRomanov/fix_missed_import_callable
Fix missed import_callable
This commit is contained in:
		
						commit
						9e04918c39
					
				| 
						 | 
				
			
			@ -29,9 +29,9 @@ PasswordResetSerializer = import_callable(serializers.get(
 | 
			
		|||
    'PASSWORD_RESET_SERIALIZER', DefaultPasswordResetSerializer
 | 
			
		||||
))
 | 
			
		||||
 | 
			
		||||
PasswordResetConfirmSerializer = serializers.get(
 | 
			
		||||
PasswordResetConfirmSerializer = import_callable(serializers.get(
 | 
			
		||||
    'PASSWORD_RESET_CONFIRM_SERIALIZER', DefaultPasswordResetConfirmSerializer
 | 
			
		||||
)
 | 
			
		||||
))
 | 
			
		||||
 | 
			
		||||
PasswordChangeSerializer = import_callable(serializers.get('PASSWORD_CHANGE_SERIALIZER', DefaultPasswordChangeSerializer))
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user