# Django-REST-framework-documentation **Repository Path**: jdaongy/Django-REST-framework-documentation ## Basic Information - **Project Name**: Django-REST-framework-documentation - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-11 - **Last Updated**: 2022-01-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Django REST framework 中文文档 如果本文对您有所帮助,请在 [github](https://github.com/fangweiren/Django-REST-framework-documentation) 上 **star** 该项目。 本人博客:[Django REST framework 中文文档](http://www.iamnancy.top/djangorestframework/Home/),跟官网布局基本一致,更直观。 ## 版本说明 这是 Django REST framework v3 版本的中文翻译文档。 - djangorestframework v3.8.2 - django 2.0.6 - python 3.5.2 - httpie 0.9.9 ## 教程 (Tutorial) - [Quickstart](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/Tutorial/Quickstart.md) - [1 - Serialization](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/Tutorial/Serialization.md) - [2 - Requests & Responses](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/Tutorial/Requests-and-Responses.md) - [3 - Class-based views](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/Tutorial/Class-based-views.md) - [4 - Authentication & permissions](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/Tutorial/Authentication-and-Permissions.md) - [5 - Relationships & hyperlinked APIs](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/Tutorial/Relationships-and-Hyperlinked-APIs.md) - [6 - Viewsets & routers](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/Tutorial/ViewSets-and-Routers.md) - [7 - Schemas & client libraries](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/Tutorial/Schemas-and-client_libraries.md) ## API 指南 (API Guide) - [Requests](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/API-Guide/Requests.md) - [Responses](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/API-Guide/Responses.md) - [Views](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/API-Guide/Views.md) - [Generic views](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/API-Guide/Generic-views.md) - [Viewsets](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/API-Guide/ViewSets.md) - [Routers](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/API-Guide/Routers.md) - [Parsers](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/API-Guide/Parsers.md) - [Renderers](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/API-Guide/Renderers.md) - [Serializers](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/API-Guide/Serializers.md) - [Serializer fields](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/API-Guide/Serializer-fields.md) - [Serializer relations](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/API-Guide/Serializer-relations.md) - [Validators](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/API-Guide/Validators.md) - [Authentication](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/API-Guide/Authentication.md) - [Permissions](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/API-Guide/Permissions.md) - [Throttling](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/API-Guide/Throttling.md) - [Filtering](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/API-Guide/Filtering.md) - [Pagination](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/API-Guide/Pagination.md) - [Versioning](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/API-Guide/Versioning.md) - [Content negotiation](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/API-Guide/Content-negotiation.md) - [Metadata](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/API-Guide/Metadata.md) - [Schemas](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/API-Guide/Schemas.md) - [Format suffixes](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/API-Guide/Format-suffixes.md) - [Returning URLs](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/API-Guide/Returning-URLs.md) - [Exceptions](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/API-Guide/Exceptions.md) - [Status codes](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/API-Guide/Status-Codes.md) - [Testing](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/API-Guide/Testing.md) - [Settings](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/API-Guide/Settings.md) ## 主题 (Topics) - [Documenting your API](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/Topics/Documenting_your_API.md) - [API Clients](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/Topics/API_Clients.md) - [Internationalization](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/Topics/Internationalization.md) - [AJAX, CSRF & CORS](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/Topics/AJAX%2C_CSRF_%26_CORS.md) - [HTML & Forms](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/Topics/HTML_%26_Forms.md) - [Browser enhancements](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/Topics/Browser_enhancements.md) - [The Browsable API](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/Topics/The_Browsable_API.md) - [REST, Hypermedia & HATEOAS](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/Topics/REST%2C_Hypermedia_%26_HATEOAS.md) ## 社区 (Community) - [Tutorials and Resources](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/Community/Tutorials_and_Resources.md) - [Third Party Packages](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/Community/Third_Party_Packages.md) - [Contributing to REST framework](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/Community/Contributing_to_REST_framework.md) - [Project management](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/Community/Project_management.md) - [Release Notes](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/Community/Release_Notes.md) - [3.9 Announcement](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/Community/3.9_Announcement.md) - [3.8 Announcement](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/Community/3.8_Announcement.md) - [3.7 Announcement](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/Community/3.7_Announcement.md) - [3.6 Announcement](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/Community/3.6_Announcement.md) - [3.5 Announcement](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/Community/3.5_Announcement.md) - [3.4 Announcement](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/Community/3.4_Announcement.md) - [3.3 Announcement](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/Community/3.3_Announcement.md) - [3.2 Announcement](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/Community/3.2_Announcement.md) - [3.1 Announcement](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/Community/3.1_Announcement.md) - [3.0 Announcement](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/Community/3.0_Announcement.md) - [Kickstarter Announcement](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/Community/Kickstarter_Announcement.md) - [Mozilla Grant](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/Community/Mozilla_Grant.md) - [Funding](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/Community/Funding.md) - [Jobs](https://github.com/fangweiren/Django-REST-framework-documentation/blob/master/Community/Jobs.md) ## 后记 Django REST framework 中文版系列文章是本人从官方网站文档学习时根据 Google 翻译 + 自己理解的成果,本人能力有限,如有翻译不当之处,欢迎讨论。 - Github 地址:[Django REST framework 中文文档](https://github.com/fangweiren/Django-REST-framework-documentation) - 本人博客:[Home - Django REST framework](http://www.iamnancy.top/djangorestframework/Home/) - 官网网站:[Django REST framework](http://www.django-rest-framework.org/)