Skip to content

Instantly share code, notes, and snippets.

@claudep
Created February 22, 2013 20:41
Show Gist options
  • Select an option

  • Save claudep/5016398 to your computer and use it in GitHub Desktop.

Select an option

Save claudep/5016398 to your computer and use it in GitHub Desktop.
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt
index cbf7d42..1a35bcc 100644
--- a/docs/ref/contrib/admin/index.txt
+++ b/docs/ref/contrib/admin/index.txt
@@ -1420,7 +1420,7 @@ jQuery
Django admin Javascript makes use of the `jQuery`_ library.
To avoid conflicts with user-supplied scripts or libraries, Django's jQuery
-(version 1.4.2) is namespaced as ``django.jQuery``. If you want to use jQuery
+(version 1.9.1) is namespaced as ``django.jQuery``. If you want to use jQuery
in your own admin JavaScript without including a second copy, you can use the
``django.jQuery`` object on changelist and add/edit views.
diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt
index 9594481..17005d8 100644
--- a/docs/releases/1.6.txt
+++ b/docs/releases/1.6.txt
@@ -85,6 +85,8 @@ Minor features
:class:`~django.http.HttpResponsePermanentRedirect` now provide an ``url``
attribute (equivalent to the URL the response will redirect to).
+* The jQuery library embedded in the admin has been upgraded to 1.9.1 version.
+
Backwards incompatible changes in 1.6
=====================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment