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
/
SelectFilter2.test.js
Age
Commit message (
Expand
)
Author
2025-03-26
Refs #34619 -- Corrected selector description in the admin.
Mariusz Felisiak
2024-11-20
Fixed #34619 -- Associated FilteredSelectMultiple elements to their label and...
GappleBee
2023-11-30
Fixed #34995 -- Improved position of related widget's add link on admin pages...
Tom Carrick
2022-09-06
Fixed #24179 -- Added filtering to selected side of vertical/horizontal filters.
Gav O'Connor
2022-09-06
Refs #24179 -- Added extra JS tests for admin vertical/horizontal filters.
Gav O'Connor
2021-11-25
Fixed #33024 -- Fixed height of admin selector boxes in collapsed fieldset.
Shubh1815
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-27
Fixed #31404 -- Changed selector-chosen's multiple attribute to HTML5 boolean...
zriv
2020-03-16
Bumped minimum ESLint version to 6.8.0.
Jon Dufresne
2018-06-29
Fixed #29536 -- Fixed SelectFilter2.js resizing to make boxes have equal height.
Claude Paroz
2016-12-19
Updated to QUnit 2.0.1.
Tim Graham
2015-09-02
Added linting for JavaScript tests.
Nik Nyby
2015-06-30
DEP 0003 -- Added JavaScript unit tests.
Trey Hunner