#35650: Multi select checkboxes with shift key is not working in TabularInlineAdmin
--------------------------------+------------------------------------------
Reporter: tanaydin sirin | Owner: tanaydin sirin
Type: New feature | Status: assigned
Component: contrib.admin | Version: dev
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 1
--------------------------------+------------------------------------------
Changes (by tanaydin sirin):
* summary:
Multi select checkboxes with shift key is not working in
TabularInlineAdmin and StackedInlineAdmin
=>
Multi select checkboxes with shift key is not working in
TabularInlineAdmin
Old description:
> On any object list, we can select multiple objects by pressing the shift
> key while clicking the second checkbox, but it's not possible with
> TabularInline and StackedInlineAdmin ModelAdmin.
New description:
On any object list, we can select multiple objects by pressing the shift
key while clicking the second checkbox, but it's not possible with
TabularInline ModelAdmin.
(Same situation applies to StackedInlineAdmin too, I think it's better to
fix it in another commit)
--
--
Ticket URL: <
https://code.djangoproject.com/ticket/35650#comment:11>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.