2014-10-23 00:13:08 +04:00
|
|
|
site_name: Django REST framework
|
2014-10-09 13:14:04 +04:00
|
|
|
site_url: http://www.django-rest-framework.org/
|
2014-10-31 18:05:21 +03:00
|
|
|
site_description: Django REST framework - Web APIs for Django
|
2014-10-09 13:14:04 +04:00
|
|
|
|
|
|
|
repo_url: https://github.com/tomchristie/django-rest-framework
|
|
|
|
|
2014-11-25 19:06:18 +03:00
|
|
|
theme_dir: docs_theme
|
|
|
|
|
2015-10-27 23:20:59 +03:00
|
|
|
markdown_extensions:
|
|
|
|
- toc:
|
|
|
|
anchorlink: True
|
|
|
|
|
2014-10-09 13:14:04 +04:00
|
|
|
pages:
|
2015-05-31 20:26:10 +03:00
|
|
|
- Home: 'index.md'
|
|
|
|
- Tutorial:
|
|
|
|
- 'Quickstart': 'tutorial/quickstart.md'
|
|
|
|
- '1 - Serialization': 'tutorial/1-serialization.md'
|
|
|
|
- '2 - Requests and responses': 'tutorial/2-requests-and-responses.md'
|
|
|
|
- '3 - Class based views': 'tutorial/3-class-based-views.md'
|
|
|
|
- '4 - Authentication and permissions': 'tutorial/4-authentication-and-permissions.md'
|
|
|
|
- '5 - Relationships and hyperlinked APIs': 'tutorial/5-relationships-and-hyperlinked-apis.md'
|
|
|
|
- '6 - Viewsets and routers': 'tutorial/6-viewsets-and-routers.md'
|
2016-07-04 18:38:17 +03:00
|
|
|
- '7 - Schemas and client libraries': 'tutorial/7-schemas-and-client-libraries.md'
|
2015-05-31 20:26:10 +03:00
|
|
|
- API Guide:
|
|
|
|
- 'Requests': 'api-guide/requests.md'
|
|
|
|
- 'Responses': 'api-guide/responses.md'
|
|
|
|
- 'Views': 'api-guide/views.md'
|
|
|
|
- 'Generic views': 'api-guide/generic-views.md'
|
|
|
|
- 'Viewsets': 'api-guide/viewsets.md'
|
|
|
|
- 'Routers': 'api-guide/routers.md'
|
|
|
|
- 'Parsers': 'api-guide/parsers.md'
|
|
|
|
- 'Renderers': 'api-guide/renderers.md'
|
|
|
|
- 'Serializers': 'api-guide/serializers.md'
|
|
|
|
- 'Serializer fields': 'api-guide/fields.md'
|
|
|
|
- 'Serializer relations': 'api-guide/relations.md'
|
|
|
|
- 'Validators': 'api-guide/validators.md'
|
|
|
|
- 'Authentication': 'api-guide/authentication.md'
|
|
|
|
- 'Permissions': 'api-guide/permissions.md'
|
|
|
|
- 'Throttling': 'api-guide/throttling.md'
|
|
|
|
- 'Filtering': 'api-guide/filtering.md'
|
|
|
|
- 'Pagination': 'api-guide/pagination.md'
|
|
|
|
- 'Versioning': 'api-guide/versioning.md'
|
|
|
|
- 'Content negotiation': 'api-guide/content-negotiation.md'
|
|
|
|
- 'Metadata': 'api-guide/metadata.md'
|
2016-07-04 18:38:17 +03:00
|
|
|
- 'Schemas': 'api-guide/schemas.md'
|
2015-05-31 20:26:10 +03:00
|
|
|
- 'Format suffixes': 'api-guide/format-suffixes.md'
|
|
|
|
- 'Returning URLs': 'api-guide/reverse.md'
|
|
|
|
- 'Exceptions': 'api-guide/exceptions.md'
|
|
|
|
- 'Status codes': 'api-guide/status-codes.md'
|
|
|
|
- 'Testing': 'api-guide/testing.md'
|
|
|
|
- 'Settings': 'api-guide/settings.md'
|
|
|
|
- Topics:
|
|
|
|
- 'Documenting your API': 'topics/documenting-your-api.md'
|
2016-07-04 18:38:17 +03:00
|
|
|
- 'API Clients': 'topics/api-clients.md'
|
2015-05-31 20:26:10 +03:00
|
|
|
- 'Internationalization': 'topics/internationalization.md'
|
|
|
|
- 'AJAX, CSRF & CORS': 'topics/ajax-csrf-cors.md'
|
2015-10-12 23:14:58 +03:00
|
|
|
- 'HTML & Forms': 'topics/html-and-forms.md'
|
2015-05-31 20:26:10 +03:00
|
|
|
- 'Browser Enhancements': 'topics/browser-enhancements.md'
|
|
|
|
- 'The Browsable API': 'topics/browsable-api.md'
|
|
|
|
- 'REST, Hypermedia & HATEOAS': 'topics/rest-hypermedia-hateoas.md'
|
2017-02-24 15:55:34 +03:00
|
|
|
- 'Third Party Packages': 'topics/third-party-packages.md'
|
|
|
|
- 'Tutorials and Resources': 'topics/tutorials-and-resources.md'
|
2015-05-31 20:26:10 +03:00
|
|
|
- 'Contributing to REST framework': 'topics/contributing.md'
|
|
|
|
- 'Project management': 'topics/project-management.md'
|
2017-03-03 18:24:37 +03:00
|
|
|
- 'Jobs': 'topics/jobs.md'
|
2015-05-31 20:26:10 +03:00
|
|
|
- '3.0 Announcement': 'topics/3.0-announcement.md'
|
|
|
|
- '3.1 Announcement': 'topics/3.1-announcement.md'
|
2015-08-06 16:18:23 +03:00
|
|
|
- '3.2 Announcement': 'topics/3.2-announcement.md'
|
2015-10-22 16:06:55 +03:00
|
|
|
- '3.3 Announcement': 'topics/3.3-announcement.md'
|
2016-07-13 18:30:41 +03:00
|
|
|
- '3.4 Announcement': 'topics/3.4-announcement.md'
|
2016-10-20 18:25:40 +03:00
|
|
|
- '3.5 Announcement': 'topics/3.5-announcement.md'
|
2017-03-03 18:24:37 +03:00
|
|
|
- '3.6 Announcement': 'topics/3.6-announcement.md'
|
2015-05-31 20:26:10 +03:00
|
|
|
- 'Kickstarter Announcement': 'topics/kickstarter-announcement.md'
|
2016-05-26 13:48:15 +03:00
|
|
|
- 'Mozilla Grant': 'topics/mozilla-grant.md'
|
|
|
|
- 'Funding': 'topics/funding.md'
|
2015-05-31 20:26:10 +03:00
|
|
|
- 'Release Notes': 'topics/release-notes.md'
|