Am 16.12.2015 um 12:28 schrieb [email protected]:
SADeprecationWarning: The SQLAlchemy PostgreSQL dialect has been renamed
from 'postgres' to 'postgresql'. The new URL format is
postgresql[+driver]://<user>:<pass>@<host>/<dbname>

Did I do something wrong? Using Turbogears 2.3.7 and Postgresql 9.4.5...

Just as the warning message says, the format of the database URL has become a little bit more specific, so you should replace "postges://..." with "postgresql+psycopg2://..." in the sqlalchemy.url setting of the ini file.

-- Christoph

--
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/turbogears.
For more options, visit https://groups.google.com/d/optout.

Reply via email to