john.m.bredal@uninett.no said:
In spite of that, I have to ask - are there any errors in the javascript console?
With some offline help with getting around in the javascript console I was able to track down the problem to django-filter ('Using DjangoFilterBackend, but django-filter is not installed'). Django-filter was installed, but in a too recent version (1.0.1). Downgrading to the required django-filter> =0.7,<0.8 fixed the problem.
--Ingeborg