We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 783781c commit d1bc063Copy full SHA for d1bc063
docs/changes.rst
@@ -99,7 +99,8 @@ The following deprecated settings have been removed:
99
changes were required.
100
* Removed the jQuery dependency. This means that django-debug-toolbar
101
now requires modern browsers with support for ``fetch``, ``classList``
102
- etc.
+ etc. The ``JQUERY_URL`` setting is also removed because it isn't
103
+ necessary anymore. If you depend on jQuery, integrate it yourself.
104
* Added support for the server timing header.
105
* Added a differentiation between similar and duplicate queries. Similar
106
queries are what duplicate queries used to be (same SQL, different
0 commit comments