File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 1
1
Change log
2
2
==========
3
3
4
+ 1.3
5
+ ---
6
+
7
+ This is the first version compatible with Django 1.8.
8
+
9
+ New features
10
+ ~~~~~~~~~~~~
11
+
12
+ * A new panel is available: Template Profiler.
13
+ * The ``SHOW_TOOLBAR_CALLBACK `` accepts a callable.
14
+ * The toolbar now provides a :ref: `javascript-api `.
15
+
16
+ Bugfixes
17
+ ~~~~~~~~
18
+
19
+ * The toolbar handle cannot leave the visible area anymore when the toolbar is
20
+ collapsed.
21
+ * The root level logger is preserved.
22
+ * The ``RESULTS_CACHE_SIZE `` setting is taken into account.
23
+ * CSS classes are prefixed with ``djdt- `` to prevent name conflicts.
24
+ * The private copy of jQuery no longer registers as an AMD module on sites
25
+ that load RequireJS.
26
+
4
27
1.2
5
28
---
6
29
Original file line number Diff line number Diff line change @@ -306,6 +306,8 @@ CSS API at this time.
306
306
307
307
.. automethod :: debug_toolbar.panels.Panel.process_response
308
308
309
+ .. _javascript-api :
310
+
309
311
JavaScript API
310
312
~~~~~~~~~~~~~~
311
313
You can’t perform that action at this time.
0 commit comments