I am experiencing same error message with r8053, however my situation is a bit different: - commenting out fieldsets definition doesn't help, - everything works perfectly on local dev server and fails deployed through mod_wsgi and mod_python (I didn't try with fcgi)
I managed to narrow down the problem to two models that are causing the problem, both have custom managers and one have overriden queryset method. Any help would be highly appreciated as I spent a lot of time on chasing this and really have no idea where I could look for possible solution. Thanks, Maciek Traceback: File "/web/django-trunk/django/core/handlers/base.py" in get_response 77. callback, callback_args, callback_kwargs = resolver.resolve( File "/web/django-trunk/django/core/urlresolvers.py" in resolve 238. for pattern in self.urlconf_module.urlpatterns: File "/web/django-trunk/django/core/urlresolvers.py" in _get_urlconf_module 262. raise ImproperlyConfigured, "Error while importing URLconf %r: %s" % (self.urlconf_name, e) Exception Type: ImproperlyConfigured at / Exception Value: Error while importing URLconf 'urls': 'str' object has no attribute '_default_manager' --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---