mirror of
				https://github.com/encode/django-rest-framework.git
				synced 2025-10-31 07:57:55 +03:00 
			
		
		
		
	removed hyperlink for web browsable API on homepage (#9174)
This commit is contained in:
		
							parent
							
								
									06022e788e
								
							
						
					
					
						commit
						0abb84fa39
					
				|  | @ -39,7 +39,7 @@ Django REST framework is a powerful and flexible toolkit for building Web APIs. | ||||||
| 
 | 
 | ||||||
| Some reasons you might want to use REST framework: | Some reasons you might want to use REST framework: | ||||||
| 
 | 
 | ||||||
| * The [Web browsable API][sandbox] is a huge usability win for your developers. | * The Web browsable API is a huge usability win for your developers. | ||||||
| * [Authentication policies][authentication] including optional packages for [OAuth1a][oauth1-section] and [OAuth2][oauth2-section]. | * [Authentication policies][authentication] including optional packages for [OAuth1a][oauth1-section] and [OAuth2][oauth2-section]. | ||||||
| * [Serialization][serializers] that supports both [ORM][modelserializer-section] and [non-ORM][serializer-section] data sources. | * [Serialization][serializers] that supports both [ORM][modelserializer-section] and [non-ORM][serializer-section] data sources. | ||||||
| * Customizable all the way down - just use [regular function-based views][functionview-section] if you don't need the [more][generic-views] [powerful][viewsets] [features][routers]. | * Customizable all the way down - just use [regular function-based views][functionview-section] if you don't need the [more][generic-views] [powerful][viewsets] [features][routers]. | ||||||
|  |  | ||||||
|  | @ -48,7 +48,7 @@ Django REST framework is a powerful and flexible toolkit for building Web APIs. | ||||||
| 
 | 
 | ||||||
| Some reasons you might want to use REST framework: | Some reasons you might want to use REST framework: | ||||||
| 
 | 
 | ||||||
| * The [Web browsable API][sandbox] is a huge usability win for your developers. | * The Web browsable API is a huge usability win for your developers. | ||||||
| * [Authentication policies][authentication] including packages for [OAuth1a][oauth1-section] and [OAuth2][oauth2-section]. | * [Authentication policies][authentication] including packages for [OAuth1a][oauth1-section] and [OAuth2][oauth2-section]. | ||||||
| * [Serialization][serializers] that supports both [ORM][modelserializer-section] and [non-ORM][serializer-section] data sources. | * [Serialization][serializers] that supports both [ORM][modelserializer-section] and [non-ORM][serializer-section] data sources. | ||||||
| * Customizable all the way down - just use [regular function-based views][functionview-section] if you don't need the [more][generic-views] [powerful][viewsets] [features][routers]. | * Customizable all the way down - just use [regular function-based views][functionview-section] if you don't need the [more][generic-views] [powerful][viewsets] [features][routers]. | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user