mirror of
				https://github.com/encode/django-rest-framework.git
				synced 2025-11-04 01:47:59 +03:00 
			
		
		
		
	+ verbose_name in models.Token fields + Meta-options verbose_name & verbose_name_plural + Labels in AuthTokenSerializer fields in case of usages in Brousable API + provide AppConfig class as described in django documentation with verbose_name came through ugettext_lazy
		
			
				
	
	
		
			2 lines
		
	
	
		
			69 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			2 lines
		
	
	
		
			69 B
		
	
	
	
		
			Python
		
	
	
	
	
	
default_app_config = 'rest_framework.authtoken.apps.AuthTokenConfig'
 |