douglasmiranda / django-admin-bootstrap

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

raw_id_fields not working #118

Closed ArijitWeird closed 5 years ago

ArijitWeird commented 6 years ago

I have been using django-admin-bootstrap for sometimes for my project. Everything working smoothly till I noticed no search bar beside raw_id_fields in django admin. bootstrap-admin==0.3.8 django version==1.10.2

Any suggestion??

douglasmiranda commented 6 years ago

I've tested on Django 2.0 and 1.11 and it worked.

screen shot 2018-01-28 at 21 20 08

I didn't test on 1.10, but it should work.

I have to put on our README, I'm supporting only 1.11 and above.

To cover other versions I would need more contributors dedicated to supporting some other versions.