Ticket #1501 (closed defect: fixed)
Hard dependency on SA
| Reported by: | fredc | Owned by: | 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
Note: See
TracTickets for help on using
tickets.