bkmakerspace / toolhub

Web application for tracking usage of shared maker/hackspace tools and materials
GNU General Public License v2.0
8 stars 3 forks source link

Bump django-debug-toolbar from 1.11 to 2.0 #147

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps django-debug-toolbar from 1.11 to 2.0.

Changelog *Sourced from [django-debug-toolbar's changelog](https://github.com/jazzband/django-debug-toolbar/blob/master/docs/changes.rst).* > 2.0 (2019-06-20) > ================ > > - Updated `StaticFilesPanel` to be compatible with Django 3.0. > - The `ProfilingPanel` is now enabled but inactive by default. > - Fixed toggling of table rows in the profiling panel UI. > - The `ProfilingPanel` no longer skips remaining panels or middlewares. > - Improved the installation documentation. > - Fixed a possible crash in the template panel. > - Added support for psycopg2 `Composed` objects. > - Changed the Jinja2 tests to use Django's own Jinja2 template backend. > - Added instrumentation to queries using server side cursors. > - Too many small improvements and cleanups to list them all. > > **Backwards incompatible changes** > ---------------------------------- > > - Removed support for Python 2. > - Removed support for Django's deprecated `MIDDLEWARE_CLASSES` setting. > - Restructured `Panel` to execute more like the new-style Django MIDDLEWARE. The `Panel.__init__()` method is now passed `get_response` as the first positional argument. The `Panel.process_request()` method must now always return a response. Usually this is the response returned by `get_response()` but the panel may also return a different response as is the case in the `RedirectsPanel`. Third party panels must adjust to this new architecture. `Panel.process_response()` and `Panel.process_view()` have been removed as a result of this change. > > The deprecated API, `debug_toolbar.panels.DebugPanel`, has been removed. Third party panels should use `debug_toolbar.panels.Panel` instead. > > The following deprecated settings have been removed: > > - `HIDDEN_STACKTRACE_MODULES` > - `HIDE_DJANGO_SQL` > - `INTERCEPT_REDIRECTS` > - `RESULTS_STORE_SIZE` > - `ROOT_TAG_ATTRS` > - `TAG`
Commits - [`9c00973`](https://github.com/jazzband/django-debug-toolbar/commit/9c0097341b8cede39f88683be5925abeaa9b824e) django-debug-toolbar 2.0 - [`58f374a`](https://github.com/jazzband/django-debug-toolbar/commit/58f374a426a6b10dcf86554f6d9c71226b4b350f) Lower Black target version to workaround Black bug - [`d26c616`](https://github.com/jazzband/django-debug-toolbar/commit/d26c61699ceb8049c730431db413c09692b75500) Humm - [`a002d4d`](https://github.com/jazzband/django-debug-toolbar/commit/a002d4d1164f7741e4c13789bde5629f2b1908aa) Same Python target version for reformatting code as for style checking - [`6c6639f`](https://github.com/jazzband/django-debug-toolbar/commit/6c6639fa3c1b099df819b0a837cf899727cd2c68) Remove unsupported Python 3.4 references from additional places - [`088829a`](https://github.com/jazzband/django-debug-toolbar/commit/088829a04c4ca0cfb53b3ba39c1b9ba0283e36ff) update travis - [`733986f`](https://github.com/jazzband/django-debug-toolbar/commit/733986f541de72e8718ce7f502fafc95e6139465) drop python 3.4 - [`185be8d`](https://github.com/jazzband/django-debug-toolbar/commit/185be8d6318c69d518f34f10b4cdf78650fcfc66) Merge pull request [#1164](https://github-redirect.dependabot.com/jazzband/django-debug-toolbar/issues/1164) from davidjb/fix-docs - [`ff86e11`](https://github.com/jazzband/django-debug-toolbar/commit/ff86e11fe2a42b93a71a2e0603d7b3e64ba5bf22) django-debug-toolbar 2.0a1 - [`e46af89`](https://github.com/jazzband/django-debug-toolbar/commit/e46af895332dbc3915712c803f195ff844ed09c1) Add entries to the changelog - Additional commits viewable in [compare view](https://github.com/jazzband/django-debug-toolbar/compare/1.11...2.0)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will not automatically merge this PR because it includes a major update to a development dependency.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.