Skip to content

Conversation

@pyup-bot
Copy link
Collaborator

This PR updates django-debug-toolbar from 1.9.1 to 1.10.1.

Changelog

1.10.1

-------------------

* 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

-----------------

* 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.
Links

@pyup-bot
Copy link
Collaborator Author

pyup-bot commented Dec 3, 2018

Closing this in favor of #531

@pyup-bot pyup-bot closed this Dec 3, 2018
@sudo-smith sudo-smith deleted the pyup-update-django-debug-toolbar-1.9.1-to-1.10.1 branch December 3, 2018 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants