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:20:20 -0400
commit5268d71f18d12c362d74010210309c1cec8e8a1a (patch)
treeedfd562d5ba29f5a9aecfeafd2f346725c338275 /docs
parent25da849896c86c382da6337e719ef57460a77c85 (diff)
[1.7.x] Fixed #21795 -- Made add_preserved_filters account for url prefixes.
Thanks to trac username honyczek for the report. Refs #6903. Backport of 4339e9a92d from master
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).