mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Fixed #24676 -- Fixed help text positioning in `contrib.admin
` filter_* widgets.
This commit is contained in:
parent
08c980d752
commit
2c3ce26beb
2 changed files with 7 additions and 0 deletions
|
@ -80,6 +80,10 @@ Bugfixes
|
|||
|
||||
* Fixed ``makemessages`` crash in some locales (:ticket:`23271`).
|
||||
|
||||
* Fixed help text positioning of ``contrib.admin`` fields that use the
|
||||
``ModelAdmin.filter_horizontal`` and ``filter_vertical`` options
|
||||
(:ticket:`24676`).
|
||||
|
||||
Optimizations
|
||||
=============
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue