douglasmiranda / django-admin-bootstrap

Responsive Theme for Django Admin With Sidebar Menu
MIT License
879 stars 233 forks source link

select all is not working in change_list #122

Closed myereach closed 6 years ago

myereach commented 6 years ago

Dear Sir, This is a awesome project and I like it. After play around, I suddenly found in the list view, the select all checkbox is not working? is it a bug or just happened on me? my version is bootstrap-admin (0.3.9)

Thanks for any help

douglasmiranda commented 6 years ago

What version of Django are you using?

myereach commented 6 years ago

Thanks for your response. my django version is 1.9.1 the following is the pip list output: bootstrap-admin (0.3.9) Django (1.9.1) pip (9.0.1) setuptools (28.8.0)

myereach commented 6 years ago

does anyone have the same issue? The following is the screen shot. When i checked the select all box, the rest of select box were not checked. image

myereach commented 6 years ago

@douglasmiranda the issue seems to be the version of Djang. I upgraded to 1.11.10 and the problem solved.

douglasmiranda commented 6 years ago

Thanks @myereach xD