Fixed #23616 - Fixed generic relations in ModelAdmin.list_filter.

Thanks ranjur for reporting bug, timgraham for review,
and collinanderson for contributing tips.
This commit is contained in:
Konrad Świat 2014-10-09 00:47:48 +02:00 committed by Tim Graham
parent 466b38ea3d
commit 06b11b617e
4 changed files with 51 additions and 2 deletions

View file

@ -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`).