Skip to content

Commit d1bc063

Browse files
committed
Refs #1085: Mention the removal of JQUERY_URL in the changelog
1 parent 783781c commit d1bc063

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/changes.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ The following deprecated settings have been removed:
9999
changes were required.
100100
* Removed the jQuery dependency. This means that django-debug-toolbar
101101
now requires modern browsers with support for ``fetch``, ``classList``
102-
etc.
102+
etc. The ``JQUERY_URL`` setting is also removed because it isn't
103+
necessary anymore. If you depend on jQuery, integrate it yourself.
103104
* Added support for the server timing header.
104105
* Added a differentiation between similar and duplicate queries. Similar
105106
queries are what duplicate queries used to be (same SQL, different

0 commit comments

Comments
 (0)