Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump django-debug-toolbar from 1.2.1 to 1.11 #642

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Dec 18, 2018

Bumps django-debug-toolbar from 1.2.1 to 1.11.

Changelog

Sourced from django-debug-toolbar's changelog.

1.11 (2018-12-03)

  • Use defer on all <script> tags to avoid blocking HTML parsing,
    removed inline JavaScript.
  • Stop inlining images in CSS to avoid Content Security Policy errors
    altogether.
  • Reformatted the code using black <https://github.com/ambv/black>__.
  • Added the Django mail panel to the list of third-party panels.
  • Convert system check errors to warnings to accomodate exotic
    configurations.
  • Fixed a crash when explaining raw querysets.
  • Fixed an obscure unicode error with binary data fields.
  • Added MariaDB and Python 3.7 builds to the CI.

1.10.1 (2018-09-11)

  • Fixed a problem where the duplicate query detection breaks for
    non-hashable query parameters.
  • Added support for structured types when recording SQL.
  • Made Travis CI also run one test no PostgreSQL.
  • Added fallbacks for inline images in CSS.
  • Improved cross-browser compatibility around URLSearchParams usage.
  • Fixed a few typos and redundancies in the documentation, removed
    mentions of django-debug-toolbar's jQuery which aren't accurate
    anymore.

1.10 (2018-09-06)

  • Removed support for Django < 1.11.
  • Added support and testing for Django 2.1 and Python 3.7. No actual code
    changes were required.
  • Removed the jQuery dependency. This means that django-debug-toolbar
    now requires modern browsers with support for fetch, classList
    etc.
  • Added support for the server timing header.
  • Added a differentiation between similar and duplicate queries. Similar
    queries are what duplicate queries used to be (same SQL, different
    parameters).
  • Stopped hiding frames from Django's contrib apps in stacktraces by
    default.
  • Lots of small cleanups and bugfixes.

1.9.1 (2017-11-15)

  • Fix erroneous ContentNotRenderedError raised by the redirects panel.
... (truncated)
Commits
  • c201ce3 django-debug-toolbar 1.11
  • 0a75be1 Update the change log
  • a4a5393 Merge pull request #1121 from matthiask/mariadb
  • 48a0e2e Reformat settings using black
  • 901aed7 Mark binary payload as binary (same thing BinaryField.get_db_prep_value does)
  • ad091e6 Test with a real BinaryField
  • 2f3193e Remove the MySQL USER
  • 762e5d9 Run tests with MariaDB too on Travis CI
  • e78ac8c Merge pull request #1107 from dbowd/patch-1
  • efc9180 Update test_sql.py
  • Additional commits viewable in compare view

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 cancel merge will cancel a previously requested merge
  • @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:

  • 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.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 18, 2018
@coveralls
Copy link

coveralls commented Dec 18, 2018

Coverage Status

Coverage decreased (-0.06%) to 77.884% when pulling ddc6b92 on dependabot/pip/django-debug-toolbar-1.11 into 8531baf on v0.6.

@dependabot-preview dependabot-preview bot changed the base branch from v0.3.7 to v0.6 February 4, 2019 06:33
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/django-debug-toolbar-1.11 branch from 8560e43 to d460e8c Compare February 4, 2019 06:33
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/django-debug-toolbar-1.11 branch from d460e8c to ddc6b92 Compare February 11, 2019 18:06
@dependabot-preview dependabot-preview bot changed the base branch from v0.6 to v0.8 February 15, 2019 05:21
@dependabot-preview dependabot-preview bot changed the base branch from v0.8 to v0.9 March 22, 2019 06:18
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/django-debug-toolbar-1.11 branch from ddc6b92 to 56ffe34 Compare March 22, 2019 06:18
@dependabot-preview dependabot-preview bot changed the base branch from v0.9 to v0.11 May 9, 2019 05:12
@dependabot-preview dependabot-preview bot changed the base branch from v0.11 to v0.12 June 7, 2019 05:12
@dependabot-preview dependabot-preview bot changed the base branch from v0.12 to v0.13 June 19, 2019 08:59
@dependabot-preview
Copy link
Contributor Author

Superseded by #736.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/django-debug-toolbar-1.11 branch June 21, 2019 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants