aboutsummaryrefslogtreecommitdiffstats
path: root/docs/changes.rst
diff options
context:
space:
mode:
authorAymeric Augustin2014-04-25 18:53:00 +0200
committerAymeric Augustin2014-04-25 18:53:00 +0200
commit727b4e05f59c15904f7b08388220b7bfc76d59b2 (patch)
treef2333fac278510e5e68b5c47b1fa741c94693d63 /docs/changes.rst
parent6ce52b2532afaccca9932b7087533609fd239a9b (diff)
downloaddjango-debug-toolbar-727b4e05f59c15904f7b08388220b7bfc76d59b2.tar.bz2
Make the pain go away.
Fix #581, #544, #541, #535 and a few others.
Diffstat (limited to 'docs/changes.rst')
-rw-r--r--docs/changes.rst21
1 files changed, 19 insertions, 2 deletions
diff --git a/docs/changes.rst b/docs/changes.rst
index 5020466..ca31fb9 100644
--- a/docs/changes.rst
+++ b/docs/changes.rst
@@ -1,6 +1,23 @@
Change log
==========
+1.2
+---
+
+New features
+~~~~~~~~~~~~
+
+* The ``JQUERY_URL`` setting defines where the toolbar loads jQuery from.
+
+Bugfixes
+~~~~~~~~
+
+* The toolbar now always loads a private copy of jQuery in order to avoid
+ using an incompatible version. It no longer attemps to integrate with AMD.
+
+ This private copy is available in ``djdt.jQuery``. Third-party panels are
+ encouraged to use it because it should be as stable as the toolbar itself.
+
1.1
---
@@ -24,8 +41,8 @@ Bugfixes
Deprecated features
~~~~~~~~~~~~~~~~~~~
-* The `INTERCEPT_REDIRECT` setting is superseded by the more generic
- `DISABLE_PANELS`.
+* The ``INTERCEPT_REDIRECTS`` setting is superseded by the more generic
+ ``DISABLE_PANELS``.
1.0
---