Re: Error in saferef.py?

2006-04-11 Thread Adrian Holovaty

On 4/8/06, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote:
> It's annoying but relatively harmless. It's not your code, it's a
> problem in the saferef code. This has been mentioned on the list a few
> times recently.

The problem should be gone now. "svn update" your code, and all will be well.

Adrian

--
Adrian Holovaty
holovaty.com | djangoproject.com

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Error in saferef.py?

2006-04-08 Thread DavidA

I just switched to the m-r branch and am seeing this error very
frequently:

Exception exceptions.AttributeError: "'NoneType' object has no
attribute 'print_exc'" in  ignored

>From a search of the code, it appears to be line 113 in
django/dispatch/saferef.py. However, I'm unsure if its an error in the
code or just a side-effect of something I'm doing wrong.

Does anyone more familiar with the code know if this is an error, and
if not, what I might look for in my code as the problem?

Thanks,
-Dave


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---