8000 Rewrote how-to guide and reference for the toolbar (#6427) · django-cms/django-cms@3ac77e2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3ac77e2

Browse files
authored
Rewrote how-to guide and reference for the toolbar (#6427)
* Rewrote how-to guide and reference for the toolbar * How-to guide makes best practice clearer. * Numerous private APIs are no longer mentioned. * Removed out-of-date comment re request-hook
1 parent 50dee52 commit 3ac77e2

File tree

6 files changed

+690
-439
lines changed

6 files changed

+690
-439
lines changed

cms/middleware/toolbar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def is_cms_request(self, request):
4949
def process_request(self, request):
5050
"""
5151
If we should show the toolbar for this request, put it on
52-
request.toolbar. Then call the request_hook on the toolbar.
52+
request.toolbar.
5353
"""
5454

5555
if not self.is_cms_request(request):

0 commit comments

Comments
 (0)
0