mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-24 23:19:47 +03:00
Merge b189736a74
into f741bab709
This commit is contained in:
commit
8458a7f5ac
|
@ -337,7 +337,7 @@ class DocumentingTemplateRenderer(BaseRenderer):
|
|||
name = self.get_name()
|
||||
description = self.get_description()
|
||||
|
||||
breadcrumb_list = get_breadcrumbs(self.view.request.path)
|
||||
breadcrumb_list = get_breadcrumbs(self.view.request.path_info)
|
||||
|
||||
template = loader.get_template(self.template)
|
||||
context = RequestContext(self.view.request, {
|
||||
|
|
Loading…
Reference in New Issue
Block a user