Refs #25006 -- Added a '6 p.m.' option to the admin's time picker.

This commit is contained in:
Tim Graham 2015-06-20 19:47:15 -04:00
parent e7b4bd48c7
commit 7f155a0703
3 changed files with 13 additions and 0 deletions

View file

@ -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`
^^^^^^^^^^^^^^^^^^^^^^^^^^