mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Refs #25006 -- Added a '6 p.m.' option to the admin's time picker.
This commit is contained in:
parent
e7b4bd48c7
commit
7f155a0703
3 changed files with 13 additions and 0 deletions
|
@ -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`
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue