TurboGears/tg2

Multiple Databases needs Documentation fix

Opened this issue · 2 comments

Latest 2.3.10 documentation at
http://turbogears.readthedocs.io/en/latest/cookbook/multiple-databases.html#id4
recommends to override the setup_sqlalchemy function of the AppConfig class, but the functions name was changed to _setup_sqlalchemy !

Was just hit by this as well, the function signature also changed.

Comments in tg/configuration/app_config.py as need to be updated.

amol- commented

Should have been improved by TurboGears/tg2docs@b7969f9