mirror of
https://github.com/django/django.git
synced 2025-09-26 20:19:16 +00:00
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:
parent
466b38ea3d
commit
06b11b617e
4 changed files with 51 additions and 2 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue