From 77173ef55ad9b0c1c550ba11d7850bfe45882326 Mon Sep 17 00:00:00 2001 From: Nik Nyby Date: Sat, 14 Mar 2015 17:47:29 -0400 Subject: [PATCH 1/3] Update default jquery to 2.1.3 --- debug_toolbar/settings.py | 2 +- docs/configuration.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debug_toolbar/settings.py b/debug_toolbar/settings.py index 7d3f59f7a..abd0f6bb7 100644 --- a/debug_toolbar/settings.py +++ b/debug_toolbar/settings.py @@ -19,7 +19,7 @@ # Toolbar options 'DISABLE_PANELS': set(['debug_toolbar.panels.redirects.RedirectsPanel']), 'INSERT_BEFORE': '', - 'JQUERY_URL': '//ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js', + 'JQUERY_URL': '//ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js', 'RENDER_PANELS': None, 'RESULTS_CACHE_SIZE': 10, 'ROOT_TAG_EXTRA_ATTRS': '', diff --git a/docs/configuration.rst b/docs/configuration.rst index 30dc13cb9..c364496a2 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -73,7 +73,7 @@ Toolbar options * ``JQUERY_URL`` - Default: ``'//ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js'`` + Default: ``'//ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js'`` URL of the copy of jQuery that will be used by the toolbar. Set it to a locally-hosted version of jQuery for offline development. Make it empty to From 702b5c33b142917678862277f5e2d535a01e0891 Mon Sep 17 00:00:00 2001 From: nikolas Date: Wed, 13 May 2015 15:48:59 -0400 Subject: [PATCH 2/3] 2.1.4 --- debug_toolbar/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug_toolbar/settings.py b/debug_toolbar/settings.py index abd0f6bb7..bde118810 100644 --- a/debug_toolbar/settings.py +++ b/debug_toolbar/settings.py @@ -19,7 +19,7 @@ # Toolbar options 'DISABLE_PANELS': set(['debug_toolbar.panels.redirects.RedirectsPanel']), 'INSERT_BEFORE': '', - 'JQUERY_URL': '//ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js', + 'JQUERY_URL': '//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js', 'RENDER_PANELS': None, 'RESULTS_CACHE_SIZE': 10, 'ROOT_TAG_EXTRA_ATTRS': '', From bc871192432954fdd18ef3e3516bdb6898665d8b Mon Sep 17 00:00:00 2001 From: nikolas Date: Wed, 13 May 2015 15:49:15 -0400 Subject: [PATCH 3/3] 2.1.4 --- docs/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index c364496a2..7461891dd 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -73,7 +73,7 @@ Toolbar options * ``JQUERY_URL`` - Default: ``'//ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js'`` + Default: ``'//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js'`` URL of the copy of jQuery that will be used by the toolbar. Set it to a locally-hosted version of jQuery for offline development. Make it empty to