mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #24474 -- Allowed configuring the admin's empty change list value.
This commit is contained in:
committed by
Tim Graham
parent
40f0a84cb1
commit
0207bdd2d4
@@ -52,6 +52,12 @@ Minor features
|
||||
applications for the current user, has been added to the
|
||||
:meth:`AdminSite.each_context() <django.contrib.admin.AdminSite.each_context>`
|
||||
method.
|
||||
* :attr:`AdminSite.empty_value_display
|
||||
<django.contrib.admin.AdminSite.empty_value_display>` and
|
||||
:attr:`ModelAdmin.empty_value_display
|
||||
<django.contrib.admin.ModelAdmin.empty_value_display>` were added to override
|
||||
the display of empty values in admin change list. You can also customize the
|
||||
value for each field.
|
||||
|
||||
:mod:`django.contrib.auth`
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Reference in New Issue
Block a user