Version 0.2.0 of tgext.pluggable is now available on PyPi, this version introduces compatibility with future TurboGears versions based on gearbox and requires at least TurboGears 2.2 to work. Commands used to create pluggable applications and manage their migrations are now based on gearbox instead of paster.
Major Changes include: * Added LazyForeignKey class to make easier to manage ForeignKeys between pluggable apps and the base app. * Pluggable development commands like migrate-pluggable and quickstart-pluggable are not gearbox based. * Compatibility with upcoming TurboGears 2.3 * Fixed issue that caused applications to be plugged again when the base app is restarted * Models are now optional, this makes possible to use pluggable applications with apps that don't provide a model module (like applications that use an api backend for storage). * Pluggable migrations are now alembic based, sqlalchemy-migrate support is still provided for backward compatibility using the sqla-migrate-pluggable command. -- 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 http://groups.google.com/group/turbogears?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

