Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

django: cannot import name SimpleListFilter

I have the code form django docs, but this will output an error.

ImportError: cannot import name SimpleListFilter

I am using django 1.3

Anyone knows what's problem with this import?

Thanks!

like image 462
Ahsan Avatar asked May 18 '26 23:05

Ahsan


1 Answers

I believe that SimpleListFilter was added in Django 1.4. If you look at the documentation for Django 1.3 Admin no mention is made of it.

like image 53
Andre Miller Avatar answered May 20 '26 23:05

Andre Miller



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!