index
:
django.git
fix-31295
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
/
core.test.js
Age
Commit message (
Expand
)
Author
12 days
Formatted JavaScript files.
Tom Carrick
2023-06-09
Fixed #23049 -- Added %a and %A support to Date.strftime.
sarahboyce
2020-10-28
Fixed #32062 -- Added %b support to Date.strftime.
Gagan Deep
2020-10-28
Added unit test for Date.getFullMonthName.
Gagan Deep
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
2019-12-30
Fixed #30819 -- Fixed year determination in admin calendar widget for two-dig...
Farhaan Bukhsh
2019-03-27
Removed unused Date.prototype.getHourMinute().
Nick Pope
2019-03-27
Removed unused Date.prototype.getHourMinuteSecond().
Nick Pope
2016-12-19
Updated to QUnit 2.0.1.
Tim Graham
2016-04-06
Fixed #25856 -- Added %B support to Date.strftime.
akoskaaa
2016-01-07
Fixed #24980 -- Fixed day determination in admin calendar widget.
Alexander Gaevsky
2015-09-02
Added linting for JavaScript tests.
Nik Nyby
2015-06-30
DEP 0003 -- Added JavaScript unit tests.
Trey Hunner