This document describes the releases of repoze.what.plugins.sql.
Version 1.0.1 (2011-04-07)
- Made compatible with SQLAlchemy 0.7b2, by replacing import from
sqlalchemy.exceptions with sqlalchemy.exc.
- Made it possible to set dynamically the groups to which a user belongs and
the permissions granted to a group, by allowing the user class to have
“groups” as a property (rather than a SQLAlchemy relationship) and the group
class to have “permissions” as a property (rather than a SQLAlchemy
relationships). Thanks to Nicolas Laurance!
Version 1.0 Final (2010-03-11)
Removed the test suite and the documentation from the final distribution.
Version 1.0rc1 (2009-01-30)
Version 1.0b1 (2009-01-27)
Version 1.0a5 (2009-01-08)
- I replaced /logout_handler with /logout by mistake while making that
setting customizable in the previous release, which broke some applications.
That’s now fixed (/logout_handler is back).
Version 1.0a4 (2009-01-02)
Version 1.0a3 (2008-12-19)
Version 1.0a2 (2008-12-04)