django/js_tests/admin
Farhaan Bukhsh cf5d4701dc Fixed #30819 -- Fixed year determination in admin calendar widget for two-digit years.
Two-digit years in the range of [00, 68] are in the current century,
while [69,99] are in the previous century, according to the Open Group
Specification.
2019-12-30 13:06:29 +01:00
..
DateTimeShortcuts.test.js Added test for DateTimeShortcuts.js time zone warning. 2018-07-20 11:13:45 -04:00
RelatedObjectLookups.test.js Updated to QUnit 2.0.1. 2016-12-19 12:43:47 -05:00
SelectBox.test.js Updated to QUnit 2.0.1. 2016-12-19 12:43:47 -05:00
SelectFilter2.test.js Fixed #29536 -- Fixed SelectFilter2.js resizing to make boxes have equal height. 2018-06-29 17:21:27 +02:00
URLify.test.js Fixed #28688 -- Made admin's URLify.js skip removal of English words if non-ASCII chars are present. 2017-10-12 11:50:20 -04:00
actions.test.js Updated to QUnit 2.0.1. 2016-12-19 12:43:47 -05:00
core.test.js Fixed #30819 -- Fixed year determination in admin calendar widget for two-digit years. 2019-12-30 13:06:29 +01:00
inlines.test.js Fixed #29087 -- Added delete buttons for unsaved admin inlines on validation error. 2019-10-25 13:28:08 +02:00
jsi18n-mocks.test.js Refs #27795 -- Stopped converting integer format settings to str in JS/JSON i18n views 2017-05-08 19:32:03 +02:00