summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLoic Bistuer <loic.bistuer@gmail.com>2014-03-28 21:42:58 +0700
committerTim Graham <timograham@gmail.com>2014-03-31 07:19:59 -0400
commit4339e9a92d98371a50a6fe54ab7ea0c602ecee28 (patch)
tree9e0c76d4191bb8731b20e3ec86c1f06ddd3f2921 /docs
parentd57ba04d890bab2d5ebe494e5e23d7374d658036 (diff)
Fixed #21795 -- Made add_preserved_filters account for url prefixes.
Thanks to trac username honyczek for the report. Refs #6903.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.6.3.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.6.3.txt b/docs/releases/1.6.3.txt
index d729534bd7..863cbf2ab2 100644
--- a/docs/releases/1.6.3.txt
+++ b/docs/releases/1.6.3.txt
@@ -30,5 +30,9 @@ several bugs in 1.6.2:
* Fixed a regression in the :mod:`django.contrib.gis` SQL compiler for
non-concrete fields (`#22250 <http://code.djangoproject.com/ticket/22250>`_).
+* Fixed :attr:`ModelAdmin.preserve_filters
+ <django.contrib.admin.ModelAdmin.preserve_filters>` when running a site with
+ a URL prefix (`#21795 <http://code.djangoproject.com/ticket/21795>`_).
+
Additionally, Django's vendored version of six, :mod:`django.utils.six` has been
upgraded to the latest release (1.6.1).