straight55b / app-engine-patch

Automatically exported from code.google.com/p/app-engine-patch
0 stars 0 forks source link

get_profile(): global name 'ImproperlyConfigured' is not defined #179

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Intermittent; 1-2 times/day in production.
2. Am using Django Auth.

What is the expected output? What do you see instead?
No error in error logs.

What version of the product are you using? On what operating system?
appengine patch 1.0.2

Please provide any additional information below.

Stacktrace:
Exception in request:
Traceback (most recent call last):
  File
"/base/data/home/apps/thinkwave3/4.334714548803381838/common/zip-packages/django
-1.0.2.zip/django/core/handlers/base.py",
line 86, in get_response
    response = callback(request, *callback_args, **callback_kwargs)
  File
"/base/data/home/apps/thinkwave3/4.334714548803381838/twa/library.py", line
39, in wrap
    return f(request, *args, **kwargs)
  File
"/base/data/home/apps/thinkwave3/4.334714548803381838/twa/library.py", line
99, in wrap
    profile = request.user.get_profile()
  File
"/base/data/home/apps/thinkwave3/4.334714548803381838/common/zip-packages/django
-1.0.2.zip/django/contrib/auth/models.py",
line 414, in get_profile
    except (ImportError, ImproperlyConfigured):
NameError: global name 'ImproperlyConfigured' is not defined

Original issue reported on code.google.com by j...@thinkwave.com on 7 Jul 2009 at 2:14

GoogleCodeExporter commented 9 years ago
That bug is fixed in the repo. We might push out a new stable release in the 
not too 
distant future.

Original comment by wkornew...@gmail.com on 8 Jul 2009 at 9:07