1
1
mirror of https://github.com/encode/django-rest-framework.git synced 2025-07-04 12:23:17 +03:00
django-rest-framework/docs/api-guide
Vinay Anantharaman 8030f5b74f Edit to the import in Setting filter backends
`django_filters` doesn't export `rest_framework` by default so it's required to import it.
2016-11-22 14:50:47 -08:00
..
authentication.md Rename an invalid reference to BasicToken in the docs 2016-09-19 21:52:06 +02:00
content-negotiation.md Replace "class based views" occurrences with "class-based views" () 2016-07-08 08:38:50 +01:00
exceptions.md Correct a small typo in exceptions documentation 2016-11-14 16:58:16 +00:00
fields.md Fix documentation error: removed unused variable () 2016-11-02 14:03:53 +00:00
filtering.md Edit to the import in Setting filter backends 2016-11-22 14:50:47 -08:00
format-suffixes.md Replace "class based views" occurrences with "class-based views" () 2016-07-08 08:38:50 +01:00
generic-views.md Removed incorrect line from generic-views.md () 2016-10-14 11:29:48 +01:00
metadata.md More docs on configuring a custom metadata class. 2015-07-16 10:19:27 +01:00
pagination.md Add drf-proxy-pagination reference to Pagination docs 2016-10-23 04:36:36 +03:00
parsers.md Replace "class based views" occurrences with "class-based views" () 2016-07-08 08:38:50 +01:00
permissions.md Add django-rest-framework-roles to third party packages in permissions docs () 2016-08-19 11:44:31 +01:00
relations.md added on_delete=models.CASCADE to models.ForeignKey in the documentation () 2016-10-22 16:37:23 +01:00
renderers.md Replace "class based views" occurrences with "class-based views" () 2016-07-08 08:38:50 +01:00
requests.md Update requests.md 2016-05-18 08:38:18 +01:00
responses.md Use MkDocs meta.source to render source code links 2014-11-25 12:44:11 +00:00
reverse.md Version 3.5 () 2016-10-10 13:03:46 +01:00
routers.md minor docs indentation fix () 2016-05-06 11:58:58 +01:00
schemas.md Version 3.5.0 () 2016-10-20 16:25:40 +01:00
serializers.md Add drf-dynamic-fields to third party packages () 2016-09-30 17:06:36 +01:00
settings.md Version 3.5 () 2016-10-10 13:03:46 +01:00
status-codes.md Adding support for RFC 4918 status codes () 2016-07-26 11:09:12 +01:00
testing.md Invalidate any existing prefetch cache on PUT requests. () 2016-11-11 09:44:35 +00:00
throttling.md [documentation] Throttling random request code example fix () 2016-08-30 10:37:48 +01:00
validators.md Add documentation link for single 'field-level validation' to the Validator docs page () () 2016-11-07 11:30:46 +00:00
versioning.md Fix handling of ALLOWED_VERSIONS and no DEFAULT_VERSION () 2016-08-10 15:19:56 +01:00
views.md Version 3.5 () 2016-10-10 13:03:46 +01:00
viewsets.md Add .partial_update to ModelViewSet documentation 2016-03-29 10:50:12 -06:00