index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
js_tests
/
admin
/
DateTimeShortcuts.test.js
Age
Commit message (
Expand
)
Author
2026-05-20
Fixed #36458 -- Trapped focus in the admin calendar and clock widgets.
Skyiesac
2026-05-08
Fixed #37074 -- Synced admin calendar today highlight with server time.
Aaryan P
2026-05-04
Fixed #36459 -- Added aria-label to buttons in admin calendar and clock widgets.
Skyiesac
2026-04-29
Fixed #35951 -- Mentioned server timezone in admin DateTime widgets.
Vedran Karacic
2026-04-19
Formatted JavaScript files.
Tom Carrick
2025-08-19
Fixed #35892 -- Supported Widget.use_fieldset in admin forms.
antoliny0919
2020-04-29
Refs #31493 -- Changed IIFE to ES6 blocks.
Jon Dufresne
2020-04-29
Fixed #31493 -- Replaced var with const and let keywords in JavaScript.
Jon Dufresne
2020-03-16
Bumped minimum ESLint version to 6.8.0.
Jon Dufresne
2018-07-20
Added test for DateTimeShortcuts.js time zone warning.
Claude Paroz
2017-05-27
Fixed #25006 -- Allowed custom time shortcuts in admin's time picker.
Anton Samarchyan
2016-12-19
Updated to QUnit 2.0.1.
Tim Graham
2015-12-17
Fixed #25845 -- Fixed incorrect timezone warnings in custom admin templates.
Sven Grunewaldt
2015-09-02
Added linting for JavaScript tests.
Nik Nyby
2015-06-30
DEP 0003 -- Added JavaScript unit tests.
Trey Hunner