I've been having this problem for a few weeks and I can't, for the life of me, figure it out.
I have 2 types of environments: my local dev server, running Ubuntu, and the live server, running Fedora 9. The problem only occurs on on the Fedora server and only when Debug = False. The tricky par is, only this line crash, but not all the time. And hitting refresh 2-3 times will eventually go through. return super(ActiveManager, self).get_query_set().filter (is_active=True) will give me the error "TypeError: super() argument 1 must be type, not None" It seemed like a caching problem, and since I had no cache defined I tried both using memcached and setting 'dummy:///' as cache with no difference. The problem occurs on both Python 2.5x and 2.6x. And the problem occurs on Django 1.0.2 as well as the latest trunk. Can anyone point me in the right direction? I'm a bit desperate... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---