1
1
Change log
2
2
==========
3
3
4
- UNRELEASED
5
- ----------
4
+ 1.9.1 (2017-11-15)
5
+ ------------------
6
6
7
7
* Fix erroneous ``ContentNotRenderedError `` raised by the redirects panel.
8
8
9
- 1.9
10
- ---
9
+ 1.9 (2017-11-13)
10
+ ----------------
11
11
12
12
This version is compatible with Django 2.0 and requires Django 1.8 or
13
13
later.
@@ -18,8 +18,8 @@ Bugfixes
18
18
* The profiling panel now escapes reported data resulting in valid HTML.
19
19
* Many minor cleanups and bugfixes.
20
20
21
- 1.8
22
- ---
21
+ 1.8 (2017-05-05)
22
+ ----------------
23
23
24
24
This version is compatible with Django 1.11 and requires Django 1.8 or
25
25
later.
@@ -56,8 +56,8 @@ Bugfixes
56
56
forms rendering.
57
57
* Long SQL statements are now forcibly wrapped to fit on the screen.
58
58
59
- 1.7
60
- ---
59
+ 1.7 (2017-03-05)
60
+ ----------------
61
61
62
62
Bugfixes
63
63
~~~~~~~~
@@ -72,8 +72,8 @@ Bugfixes
72
72
* A few CSS classes have been prefixed with ``djdt- `` to avoid
73
73
conflicting class names.
74
74
75
- 1.6
76
- ---
75
+ 1.6 (2016-10-05)
76
+ ----------------
77
77
78
78
The debug toolbar was adopted by jazzband.
79
79
@@ -91,8 +91,8 @@ Bugfixes
91
91
* The ``DebugToolbarMiddleware `` now also supports Django 1.10's ``MIDDLEWARE ``
92
92
setting.
93
93
94
- 1.5
95
- ---
94
+ 1.5 (2016-07-21)
95
+ ----------------
96
96
97
97
This version is compatible with Django 1.10 and requires Django 1.8 or later.
98
98
@@ -107,8 +107,8 @@ Bugfixes
107
107
* Improve the UI slightly.
108
108
* Fix invalid (X)HTML.
109
109
110
- 1.4
111
- ---
110
+ 1.4 (2015-10-06)
111
+ ----------------
112
112
113
113
This version is compatible with Django 1.9 and requires Django 1.7 or later.
114
114
@@ -125,8 +125,8 @@ Bugfixes
125
125
* Response time for requests of projects with numerous media files has
126
126
been improved.
127
127
128
- 1.3
129
- ---
128
+ 1.3 (2015-03-10)
129
+ ----------------
130
130
131
131
This is the first version compatible with Django 1.8.
132
132
@@ -148,8 +148,8 @@ Bugfixes
148
148
* The private copy of jQuery no longer registers as an AMD module on sites
149
149
that load RequireJS.
150
150
151
- 1.2
152
- ---
151
+ 1.2 (2014-04-25)
152
+ ----------------
153
153
154
154
New features
155
155
~~~~~~~~~~~~
@@ -165,8 +165,8 @@ Bugfixes
165
165
This private copy is available in ``djdt.jQuery ``. Third-party panels are
166
166
encouraged to use it because it should be as stable as the toolbar itself.
167
167
168
- 1.1
169
- ---
168
+ 1.1 (2014-04-12)
169
+ ----------------
170
170
171
171
This is the first version compatible with Django 1.7.
172
172
@@ -191,8 +191,8 @@ Deprecated features
191
191
* The ``INTERCEPT_REDIRECTS `` setting is superseded by the more generic
192
192
``DISABLE_PANELS ``.
193
193
194
- 1.0
195
- ---
194
+ 1.0 (2013-12-21)
195
+ ----------------
196
196
197
197
This is the first stable version of the Debug Toolbar!
198
198
0 commit comments