Hi,

Using sql alchemy with pylons I get warnings like this:

C:\Python26\lib\site-packages\sqlalchemy-0.5.3dev-py2.6.egg\sqlalchemy
\orm\scoping.py:121: SADeprec
ationWarning: Use session.add()
  return getattr(self.registry(), name)(*args, **kwargs)

I know that its caused by deprecation of save() method.

But here I can't see the source of the problem.
How can I configure the logger to see whole stack trace.

Regards
P.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to