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
RelatedObjectLookups.test.js
SelectBox.test.js
SelectFilter2.test.js
URLify.test.js
actions.test.js
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