django-rest-framework/docs/api-guide
2012-10-10 12:15:18 +01:00
..
authentication.md Tweak view slightly 2012-10-05 14:22:02 +01:00
content-negotiation.md Simplify negotiation. Drop MSIE hacks. Etc. 2012-09-16 21:48:55 +01:00
exceptions.md GitHub link in toolbar 2012-09-12 13:11:26 +01:00
fields.md Rename HTMLTemplateRenderer -> HTMLRenderer, DocuemntingHTMLRenderer -> BrowseableAPIRenderer 2012-10-09 15:58:48 +01:00
format-suffixes.md Updating docs 2012-09-12 10:12:13 +01:00
generic-views.md Add RetrieveDestroyAPIView and remove Metadata mixin 2012-10-08 14:13:15 +01:00
pagination.md Make 'results_field' attribute of BasePaginationSerializer public. 2012-10-02 10:40:43 +01:00
parsers.md Fix @api_view decorator tests 2012-09-26 21:47:19 +01:00
permissions.md Permissions and throttles no longer have a view attribute on self. Explicitly passed to .has_permissions(request, view, obj=None) / .allow_request(request, view) 2012-10-10 10:02:37 +01:00
renderers.md Make sure JSON output in Browseable API is nicely indented 2012-10-10 12:15:18 +01:00
requests.md Fix @api_view decorator tests 2012-09-26 21:47:19 +01:00
responses.md Make sure JSON output in Browseable API is nicely indented 2012-10-10 12:15:18 +01:00
reverse.md Fixed couple of incorrect imports in the docs 2012-10-09 17:36:03 +01:00
serializers.md Add flag in get_related_field 2012-10-09 17:49:04 +01:00
settings.md Rename HTMLTemplateRenderer -> HTMLRenderer, DocuemntingHTMLRenderer -> BrowseableAPIRenderer 2012-10-09 15:58:48 +01:00
status-codes.md Change package name: djangorestframework -> rest_framework 2012-09-20 13:06:27 +01:00
throttling.md Permissions and throttles no longer have a view attribute on self. Explicitly passed to .has_permissions(request, view, obj=None) / .allow_request(request, view) 2012-10-10 10:02:37 +01:00
views.md Doc style tweaks 2012-10-05 15:22:30 +01:00