Abdulrahman AlQallaf
Abdulrahman AlQallaf

Reputation: 67

Django admin dashboard, not able to "select all" records

I have a weird issue were I am not able to "select all" records for any model in my Django admin dashboard.

Django admin, not able to "select all"

This is using Django 1.10.1

It is a small issue, but I still rather have it solved. Appreciate any help!

Upvotes: 3

Views: 1821

Answers (3)

Taiwotman
Taiwotman

Reputation: 905

It is a bug. I believe it would be addressed in the later release.

Upvotes: 0

user1816907
user1816907

Reputation:

I know this is an old post, but I just had the same problem. I ran

python manage.py collectstatic

Then I cleared my cached images and files in chrome. This solved the problem.

Upvotes: 2

Jon
Jon

Reputation: 141

I think you'll need to run

python manage.py collectstatic

so your js will function on the page.

Upvotes: 0

Related Questions