@@ -47,7 +47,7 @@ Change log
47
47
----------------
48
48
49
49
* Added an ``.editorconfig `` file specifying indentation rules etc.
50
- * Updated the italian translation.
50
+ * Updated the Italian translation.
51
51
* Added support for Django 3.1a1. ``fetch() `` and ``jQuery.ajax `` requests are
52
52
now detected by the absence of a ``Accept: text/html `` header instead of the
53
53
jQuery-specific ``X-Requested-With `` header on Django 3.1 or better.
@@ -59,7 +59,7 @@ Change log
59
59
add scripts rather then embedding them in the content HTML.
60
60
* Switched from JSHint to ESLint. Added an ESLint job to the Travis CI matrix.
61
61
* Debug toolbar state which is only needed in the JavaScript code now uses
62
- localStorage.
62
+ `` localStorage `` .
63
63
* Updated the code to avoid a few deprecation warnings and resource warnings.
64
64
* Started loading JavaScript as ES6 modules.
65
65
* Added support for ``cache.touch() `` when using django-debug-toolbar.
@@ -87,7 +87,7 @@ Change log
87
87
88
88
* Removed support for end of life Django 2.0 and 2.1.
89
89
* Added support for Python 3.8.
90
- * Add locals() option for sql panel.
90
+ * Add locals() option for SQL panel.
91
91
* Added support for Django 3.0.
92
92
93
93
@@ -153,14 +153,14 @@ The following deprecated settings have been removed:
153
153
* Convert system check errors to warnings to accommodate exotic
154
154
configurations.
155
155
* Fixed a crash when explaining raw querysets.
156
- * Fixed an obscure unicode error with binary data fields.
156
+ * Fixed an obscure Unicode error with binary data fields.
157
157
* Added MariaDB and Python 3.7 builds to the CI.
158
158
159
159
1.10.1 (2018-09-11)
160
160
-------------------
161
161
162
162
* Fixed a problem where the duplicate query detection breaks for
163
- non-hashable query parameters.
163
+ unhashable query parameters.
164
164
* Added support for structured types when recording SQL.
165
165
* Made Travis CI also run one test no PostgreSQL.
166
166
* Added fallbacks for inline images in CSS.
@@ -185,7 +185,7 @@ The following deprecated settings have been removed:
185
185
parameters).
186
186
* Stopped hiding frames from Django's contrib apps in stacktraces by
187
187
default.
188
- * Lots of small cleanups and bugfixes .
188
+ * Lots of small cleanups and bug fixes .
189
189
190
190
1.9.1 (2017-11-15)
191
191
------------------
@@ -198,11 +198,11 @@ The following deprecated settings have been removed:
198
198
This version is compatible with Django 2.0 and requires Django 1.8 or
199
199
later.
200
200
201
- Bugfixes
202
- ~~~~~~~~
201
+ Bug fixes
202
+ ~~~~~~~~~
203
203
204
204
* The profiling panel now escapes reported data resulting in valid HTML.
205
- * Many minor cleanups and bugfixes .
205
+ * Many minor cleanups and bug fixes .
206
206
207
207
1.8 (2017-05-05)
208
208
----------------
@@ -231,8 +231,8 @@ Features
231
231
skipped by default to avoid panel sizes going into hundreds of
232
232
megabytes of HTML.
233
233
234
- Bugfixes
235
- ~~~~~~~~
234
+ Bug fixes
235
+ ~~~~~~~~~
236
236
237
237
* All views are now decorated with
238
238
``debug_toolbar.decorators.require_show_toolbar `` preventing unauthorized
@@ -245,8 +245,8 @@ Bugfixes
245
245
1.7 (2017-03-05)
246
246
----------------
247
247
248
- Bugfixes
249
- ~~~~~~~~
248
+ Bug fixes
249
+ ~~~~~~~~~
250
250
251
251
* Recursive template extension is now understood.
252
252
* Deprecation warnings were fixed.
@@ -261,7 +261,7 @@ Bugfixes
261
261
1.6 (2016-10-05)
262
262
----------------
263
263
264
- The debug toolbar was adopted by jazzband .
264
+ The debug toolbar was adopted by Jazzband .
265
265
266
266
Removed features
267
267
~~~~~~~~~~~~~~~~
@@ -271,8 +271,8 @@ Removed features
271
271
``DEBUG_TOOLBAR_PATCH_SETTINGS `` setting has also been removed as it is now
272
272
unused. See the :doc: `installation documentation <installation >` for details.
273
273
274
- Bugfixes
275
- ~~~~~~~~
274
+ Bug fixes
275
+ ~~~~~~~~~
276
276
277
277
* The ``DebugToolbarMiddleware `` now also supports Django 1.10's ``MIDDLEWARE ``
278
278
setting.
@@ -284,8 +284,8 @@ This version is compatible with Django 1.10 and requires Django 1.8 or later.
284
284
285
285
Support for Python 3.2 is dropped.
286
286
287
- Bugfixes
288
- ~~~~~~~~
287
+ Bug fixes
288
+ ~~~~~~~~~
289
289
290
290
* Restore compatibility with sqlparse ≥ 0.2.0.
291
291
* Add compatibility with Bootstrap 4, Pure CSS, MDL, etc.
@@ -305,8 +305,8 @@ New features
305
305
to only record stats when the toolbar is going to be inserted into the
306
306
response.
307
307
308
- Bugfixes
309
- ~~~~~~~~
308
+ Bug fixes
309
+ ~~~~~~~~~
310
310
311
311
* Response time for requests of projects with numerous media files has
312
312
been improved.
@@ -323,8 +323,8 @@ New features
323
323
* The ``SHOW_TOOLBAR_CALLBACK `` accepts a callable.
324
324
* The toolbar now provides a :ref: `javascript-api `.
325
325
326
- Bugfixes
327
- ~~~~~~~~
326
+ Bug fixes
327
+ ~~~~~~~~~
328
328
329
329
* The toolbar handle cannot leave the visible area anymore when the toolbar is
330
330
collapsed.
@@ -342,11 +342,11 @@ New features
342
342
343
343
* The ``JQUERY_URL `` setting defines where the toolbar loads jQuery from.
344
344
345
- Bugfixes
346
- ~~~~~~~~
345
+ Bug fixes
346
+ ~~~~~~~~~
347
347
348
348
* The toolbar now always loads a private copy of jQuery in order to avoid
349
- using an incompatible version. It no longer attemps to integrate with AMD.
349
+ using an incompatible version. It no longer attempts to integrate with AMD.
350
350
351
351
This private copy is available in ``djdt.jQuery ``. Third-party panels are
352
352
encouraged to use it because it should be as stable as the toolbar itself.
@@ -362,8 +362,8 @@ New features
362
362
* The SQL panel colors queries depending on the stack level.
363
363
* The Profiler panel allows configuring the maximum depth.
364
364
365
- Bugfixes
366
- ~~~~~~~~
365
+ Bug fixes
366
+ ~~~~~~~~~
367
367
368
368
* Support languages where lowercase and uppercase strings may have different
369
369
lengths.
0 commit comments