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!
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.