diff options
| author | Konrad Świat <konrad.swiat@gmail.com> | 2014-10-09 00:47:48 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-10-10 12:10:32 -0400 |
| commit | 06b11b617e7d3439bb36b65d1cacd4cc75f36c69 (patch) | |
| tree | 773132aab0f7eecdfb3f140775ca1f12a38dc92c /docs | |
| parent | 466b38ea3dfb49597e9668ffb14ed017a10bb09d (diff) | |
Fixed #23616 - Fixed generic relations in ModelAdmin.list_filter.
Thanks ranjur for reporting bug, timgraham for review,
and collinanderson for contributing tips.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.1.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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`). |
