diff options
| author | Tim Graham <timograham@gmail.com> | 2015-06-20 19:47:15 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-06-22 07:24:57 -0400 |
| commit | 7f155a07032caf916518beca5b33fa5a90300209 (patch) | |
| tree | aa6da76bed00722cc4e8f2227debf5c1f1c201e4 /docs | |
| parent | e7b4bd48c7b81718cfae6f30f1868cf45311ca86 (diff) | |
Refs #25006 -- Added a '6 p.m.' option to the admin's time picker.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.9.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt index 02dba8d2df..8f3c3bce4e 100644 --- a/docs/releases/1.9.txt +++ b/docs/releases/1.9.txt @@ -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` ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
