summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKonrad Świat <konrad.swiat@gmail.com>2014-10-09 00:47:48 +0200
committerTim Graham <timograham@gmail.com>2014-10-10 13:12:26 -0400
commitfd3dccb8dd4a7ae0ce5e5e5af25452bfca4462a7 (patch)
treee941bc15db103745ed0279d12aa742756fdec063 /docs
parent71988ed953131908fa2a1ba9fac294cedaa6e6c9 (diff)
[1.7.x] Fixed #23616 - Fixed generic relations in ModelAdmin.list_filter.
Thanks ranjur for reporting bug, timgraham for review, and collinanderson for contributing tips. Backport of 06b11b617e from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.1.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/1.7.1.txt b/docs/releases/1.7.1.txt
index 70535b8161..dba3ec9f19 100644
--- a/docs/releases/1.7.1.txt
+++ b/docs/releases/1.7.1.txt
@@ -112,3 +112,5 @@ Bugfixes
* Added a prompt to the migrations questioner when removing the null constraint
from a field to prevent an IntegrityError on existing NULL rows
(:ticket:`23609`).
+
+* Fixed generic relations in ``ModelAdmin.list_filter`` (:ticket:`23616`).