1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #15760 -- Added JavaScript events for admin inline forms.

This commit is contained in:
ramez
2015-06-18 19:27:58 +03:00
committed by Tim Graham
parent 65a1055a36
commit 1335aa2fb9
7 changed files with 114 additions and 9 deletions

View File

@@ -175,6 +175,9 @@ Minor features
the display of empty values in admin change list. You can also customize the
value for each field.
* Added jQuery events :ref:`when an inline form is added or removed
<admin-javascript-inline-form-events>` on the change form page.
* The time picker widget includes a '6 p.m' option for consistency of having
predefined options every 6 hours.