summaryrefslogtreecommitdiff
path: root/django/contrib/admin/static/admin/js
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24179 -- Added filtering to selected side of vertical/horizontal filters.Gav O'Connor2022-09-062-22/+87
* Fixed #33893 -- Reverted "Fixed #28889 -- Prevented double submission of admi...Fab2022-08-051-14/+0
* Fixed #33690 -- Added switch button for dark mode in the admin.Sarah Abderemane2022-08-021-0/+56
* Fixed #33784 -- Removed unnecessary format escaping in admin calendar widget.Ankur2022-06-181-7/+1
* Fixed #33750 -- Fixed timezone warning alignment with help texts.Florian Demmer2022-06-011-3/+2
* Fixed #33725 -- Made hidden quick filter in admin's navigation sidebar not fo...Sankalp2022-05-211-0/+9
* Fixed #27471 -- Made admin's filter choices collapsable.Marcelo Galigniana2022-04-261-0/+30
* Fixed #11803 -- Allowed admin select widgets to display new related objects.mgaligniana2022-04-151-0/+31
* Fixed #33267 -- Added link to related item to related widget wrapper in admin.Shubh18152022-02-251-2/+2
* Fixed #28889 -- Prevented double submission of admin forms.mgaligniana2022-02-231-0/+14
* Fixed #33328 -- Transformed formset:added/removed to native JS events.Claude Paroz2022-02-232-7/+14
* Fixed #33024 -- Fixed height of admin selector boxes in collapsed fieldset.Shubh18152021-11-251-18/+0
* Fixed #28357 -- Fixed ModelAdmin.prepopulated_fields on newly added stacked i...Shubh18152021-11-162-2/+12
* Fixed #33156 -- Used sessionStorage to preserve quick filter for admin's navi...Maxim Milovanov2021-10-061-2/+2
* Fixed #33029 -- Allowed multiple popups for self-related fields in admin.Yash Jhunjhunwala2021-09-301-5/+58
* Fixed #33083 -- Fixed selecting all items in the admin changelist when action...Carlton Gibson2021-09-211-3/+8
* Fixed #32504 -- Updated admin's jQuery to 3.6.0.Mariusz Felisiak2021-09-203-112/+121
* Removed options parameter from djangoAdminSelect2.Adam Johnson2021-06-231-20/+14
* Fixed capitalization of "ECMAScript" and "JavaScript".Nick Pope2021-04-291-1/+1
* Fixed #32647 -- Restored multi-row select with shift-modifier in admin change...Carlton Gibson2021-04-211-1/+27
* Added missing "event" argument to addEventListener() call in actions.js.Raymond Nunez2021-04-091-1/+1
* Fixed #32204 -- Added quick filter to admin's navigation sidebar.Maxim Milovanov2021-03-311-0/+54
* Fixed #30231 -- Fixed admin filter horizontal/vertical verbose_name generation.Teresa Partida2021-02-161-8/+4
* Fixed #29010, Fixed #29138 -- Added limit_choices_to and to_field support to ...Johannes Maron2021-01-121-1/+4
* Fixed #32062 -- Added %b support to Date.strftime.Gagan Deep2020-10-282-0/+21
* Simplified <body> element references in DateTimeShortcuts.js.Jon Dufresne2020-07-041-4/+2
* Fixed #31522 -- Made admin's SelectBox preserve scroll position.tapan gujjar2020-07-011-0/+2
* Made JavaScript URL manipulation more robust with URL and URLSearchParams.Jon Dufresne2020-07-012-7/+4
* Simplified JavaScript with Array.prototype.includes().Jon Dufresne2020-07-013-7/+7
* Fixed #31523 -- Removed jQuery dependency from actions.js.Jon Dufresne2020-06-241-135/+151
* Refs #31034 -- Improved accessibility of admin navigation sidebar.Tom Carrick2020-05-281-0/+17
* Fixed #11157 -- Stopped removing stop words in admin's prepopulated_fields.Scott Cranfill2020-05-271-14/+0
* Refs #31034 -- Used === in nav_sidebar.js admin JS to avoid possible coercion...Jon Dufresne2020-05-181-1/+1
* Fixed #31524 -- Removed minified static assets from the admin.Jon Dufresne2020-05-144-21/+0
* Removed unused Downcoder.chars.Jon Dufresne2020-05-131-2/+1
* Fixed #31034 -- Added a navigation sidebar to the admin.Tom Carrick2020-05-111-0/+22
* Changed selected attribute to HTML5 boolean syntax in SelectBox.js.Jon Dufresne2020-05-081-1/+1
* Fixed #31542 -- Simplified admin JavaScript with "for … of" statements.Jon Dufresne2020-05-077-62/+26
* Updated admin's Select2 to 4.0.13.Mariusz Felisiak2020-05-0561-274/+498
* Fixed #31485 -- Updated admin's jQuery to 3.5.1.Mariusz Felisiak2020-05-052-484/+758
* Refs #31493 -- Changed IIFE to ES6 blocks.Jon Dufresne2020-04-2921-72/+69
* Fixed #31493 -- Replaced var with const and let keywords in JavaScript.Jon Dufresne2020-04-2919-311/+303
* Refs #30400 -- Improved typography of user facing strings in admin changelist.Jon Dufresne2020-04-292-4/+4
* Fixed #31483 -- Rewrote change_form.js without jQuery.Jon Dufresne2020-04-221-7/+15
* Refs #31483 -- Removed CSS and JavaScript for unused HTML class add-another.Jon Dufresne2020-04-221-11/+0
* Updated admin's XRegExp to 3.2.0.Mariusz Felisiak2020-04-223-1862/+4348
* Simplified collapse.js with Element.closest().Jon Dufresne2020-04-222-14/+3
* Fixed #31441 -- Ensured TabluarInline expands when child inputs have errors.Hasan Ramezani2020-04-162-2/+2
* Fixed #31404 -- Changed selector-chosen's multiple attribute to HTML5 boolean...zriv2020-03-271-1/+1
* Fixed #31391 -- Removed jQuery usage in cancel.jsJon Dufresne2020-03-241-5/+21