mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Simplified the admin changelist multi-sort interface specifically by removing the popup window, adding explicit tooltip help texts, improving the hover visual states and allowing all operations (i.e. removing a column from sorting and toggling the sorting with and without changing the sorting priority) to be actionable with just one click. Many thanks to Idan Gazit for the feedback and direction. Refs #16212.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16899 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
@@ -360,13 +360,16 @@ Removed admin icons
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
As part of an effort to improve the performance and usability of the admin's
|
||||
vertical and horizontal "filter" widgets, some icon files were removed and
|
||||
grouped into a single sprite file (``selector-icons.gif``):
|
||||
changelist sorting interface and of the admin's :attr:`horizontal
|
||||
<django.contrib.admin.ModelAdmin.filter_horizontal>` and :attr:`vertical
|
||||
<django.contrib.admin.ModelAdmin.filter_vertical>` "filter" widgets, some icon
|
||||
files were removed and grouped into two sprite files, respectively:
|
||||
``selector-add.gif``, ``selector-addall.gif``, ``selector-remove.gif``,
|
||||
``selector-removeall.gif``, ``selector_stacked-add.gif`` and
|
||||
``selector_stacked-remove.gif``. If you used those icons to customize the
|
||||
admin then you will want to replace them with your own icons or retrieve them
|
||||
from a previous release.
|
||||
``selector_stacked-remove.gif`` into ``selector-icons.gif``; and
|
||||
``arrow-up.gif`` and ``arrow-down.gif`` into ``sorting-icons.gif``. If you used
|
||||
those icons to customize the admin then you will want to replace them with your
|
||||
own icons or retrieve them from a previous release.
|
||||
|
||||
Compatibility with old signed data
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user