From 06b11b617e7d3439bb36b65d1cacd4cc75f36c69 Mon Sep 17 00:00:00 2001 From: Konrad Świat Date: Thu, 9 Oct 2014 00:47:48 +0200 Subject: Fixed #23616 - Fixed generic relations in ModelAdmin.list_filter. Thanks ranjur for reporting bug, timgraham for review, and collinanderson for contributing tips. --- docs/releases/1.7.1.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.7.1.txt b/docs/releases/1.7.1.txt index bf12d81a34..f8d3936719 100644 --- a/docs/releases/1.7.1.txt +++ b/docs/releases/1.7.1.txt @@ -113,3 +113,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`). -- cgit v1.3