Ticket #1501 (closed defect: fixed)

Opened 8 months ago

Last modified 6 months ago

Hard dependency on SA

Reported by: fredc Assigned to: anonymous
Priority: normal Milestone: 1.0.4
Component: TurboGears Version: 1.0.4b1
Severity: normal Keywords:
Cc:

Description

There is an hard dependancy on SQLAlchemy

$ tg-admin quickstart foo
./start-foo.py
/usr/pkg/lib/python2.5/site-packages/SQLAlchemy-0.4.0beta5-py2.5.egg/sqlalchemy/ext/activemapper.py:24: SADeprecationWarning: SessionContext is deprecated.  Use scoped_session().
  self.context = SessionContext(*args, **kwargs)
/usr/pkg/lib/python2.5/site-packages/SQLAlchemy-0.4.0beta5-py2.5.egg/sqlalchemy/ext/activemapper.py:24: SADeprecationWarning: SessionContext is deprecated.  Use scoped_session().
  self.context = SessionContext(*args, **kwargs)
2007-09-17 10:33:02,736 cherrypy.msg INFO CONFIG: Server parameters:
2007-09-17 10:33:02,738 cherrypy.msg INFO CONFIG:   server.environment: development
...

This also break @paginate.

Change History

09/20/07 16:56:49 changed by faide

  • version changed from 1.0.3 to 1.0.4b1.

09/20/07 16:57:23 changed by faide

  • priority changed from high to normal.
  • milestone set to 1.0.4.

11/25/07 18:29:56 changed by Chris Arndt

I don't understand this ticket. What generated the given ouput? Is this from an Exception message?

In which file is the hard dependancy mentioned?

Please provide more information or the ticket will be closed as invalid.

11/27/07 15:43:15 changed by faide

  • status changed from new to closed.
  • resolution set to fixed.

Fixed by Diez in r3773