Dear Wiki user, You have subscribed to a wiki page or wiki category on "Fedora Project Wiki" for change notification. The following page has been changed by ToshioKuratomi: http://fedoraproject.org/wiki/Docs/Beats/WebServers?action=diff&rev2=37&rev1=36 ------------------------------------------------------------------------------ distributed as a separate dynamically-loaded module. The driver module is now included in the `apr-util-pgsql` package. A MySQL driver is now also available, in the `apr-util-mysql` package. + === TurboGears Applications === + + SQLAlchemy has been updated to 0.4.x. TurboGears Applications developed using SQLAlchemy for their database layer will need to update their startup scripts. Instead of: + {{{ + import pkg_resources + pkg_resources.require('TurboGears') + }}} + the start script needs to have: + {{{ + __requires__ = 'TurboGears[future]' + import pkg_resources + }}} + -- Fedora-relnotes-content mailing list Fedora-relnotes-content@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-relnotes-content