Opened 8 months ago

Closed 8 months ago

Last modified 8 months ago

#35134 closed Bug (worksforme)

"Select all" checkbox in admin model view doesn't work in Django 5.0.1

Reported by: unnamedtrue Owned by: syed waheed
Component: contrib.admin Version: 5.0
Severity: Normal Keywords: select, admin, jquery, js
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I cant select all objects using "Select all" checkbox in django admin model view.
Tested on Django 5.0.1, Chromium 120, Safari 17.2

https://i.imgur.com/lFXGfPh_d.webp

Change History (3)

comment:1 by syed waheed, 8 months ago

Owner: changed from nobody to syed waheed
Status: newassigned

comment:2 by Mariusz Felisiak, 8 months ago

Component: Template systemcontrib.admin
Resolution: worksforme
Status: assignedclosed

Thanks for the report, however, I cannot reproduce this issue.

I don't think you've explained the issue in enough detail to confirm a bug in Django. Please reopen the ticket if you can debug your issue and provide details about why and where Django is at fault. A sample project reproducing the issue may also be helpful.

comment:3 by Abdelrahman Hamada, 8 months ago

Please express more on the issue, the models used, model fields, etc.
I can't reproduce the bug.

Last edited 8 months ago by Abdelrahman Hamada (previous) (diff)
Note: See TracTickets for help on using tickets.
Back to Top