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
/
inlines.test.js
Age
Commit message (
Expand
)
Author
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-17
Removed event handlers after JavaScript tests complete.
Jon Dufresne
2020-03-16
Bumped minimum ESLint version to 6.8.0.
Jon Dufresne
2020-03-09
Fixed #31349 -- Used :nth-child() CSS pseudo-class to style alternative rows ...
Jon Dufresne
2019-10-25
Fixed #29087 -- Added delete buttons for unsaved admin inlines on validation ...
Carlton Gibson
2019-06-21
Bumped minimum ESLint version to 4.18.2.
Markus Holtermann
2017-12-26
Refs #28956 -- Removed usage of jQuery's deprecated .selector property in adm...
Tim Graham
2016-12-19
Updated to QUnit 2.0.1.
Tim Graham
2016-06-28
Fixed #26811 -- Added addButton option to admin inlines JavaScript.
David Sanders
2015-09-21
Fixed #15760 -- Added JavaScript events for admin inline forms.
ramez
2015-09-02
Added linting for JavaScript tests.
Nik Nyby
2015-06-30
DEP 0003 -- Added JavaScript unit tests.
Trey Hunner