mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #25006 -- Added a '6 p.m.' option to the admin's time picker.
This commit is contained in:
@@ -127,6 +127,7 @@ 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
|
||||
@@ -134,6 +135,9 @@ Minor features
|
||||
the display of empty values in admin change list. You can also customize the
|
||||
value for each field.
|
||||
|
||||
* The time picker widget includes a '6 p.m' option for consistency of having
|
||||
predefined options every 6 hours.
|
||||
|
||||
:mod:`django.contrib.auth`
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user