1
0
mirror of https://github.com/django/django.git synced 2024-12-22 09:05:43 +00:00
django/js_tests/admin
Jon Dufresne 5d37cc703b Fixed #31493 -- Replaced var with const and let keywords in JavaScript.
The eslint configuration and the admin script compress.py have been
updated for ES6.

The unused fallback of globals.django in jquery.init.js was removed. It
is always included before jsi18n-mocks.test.js and it always sets the
global value.
2020-04-29 10:22:41 +02:00
..
actions.test.js Fixed #31493 -- Replaced var with const and let keywords in JavaScript. 2020-04-29 10:22:41 +02:00
core.test.js Fixed #31493 -- Replaced var with const and let keywords in JavaScript. 2020-04-29 10:22:41 +02:00
DateTimeShortcuts.test.js Fixed #31493 -- Replaced var with const and let keywords in JavaScript. 2020-04-29 10:22:41 +02:00
inlines.test.js Fixed #31493 -- Replaced var with const and let keywords in JavaScript. 2020-04-29 10:22:41 +02:00
jsi18n-mocks.test.js Fixed #31493 -- Replaced var with const and let keywords in JavaScript. 2020-04-29 10:22:41 +02:00
SelectBox.test.js Fixed #31493 -- Replaced var with const and let keywords in JavaScript. 2020-04-29 10:22:41 +02:00
SelectFilter2.test.js Fixed #31493 -- Replaced var with const and let keywords in JavaScript. 2020-04-29 10:22:41 +02:00
URLify.test.js Bumped minimum ESLint version to 6.8.0. 2020-03-16 06:20:22 +01:00