Reputation: 67
I have a weird issue were I am not able to "select all" records for any model in my Django admin dashboard.
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
Reputation: 905
It is a bug. I believe it would be addressed in the later release.
Upvotes: 0
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
Reputation: 141
I think you'll need to run
python manage.py collectstatic
so your js will function on the page.
Upvotes: 0