API Changes

0.5

  • Added sqlalchemy dependency (might go away)

0.4.1

  • Added last_modified property.

0.4

  • Removed tokengen module, its functionality being replaced by itsdangerous.
  • The authorization module has been added.
  • Dropped Google App Engine support.
  • Removed support for server-side NOW() in TimestampMixin.
  • The whole mixin module has been redesigned and is not backwards compatible.

0.3

  • The expires parameter on user_id_changed has been replaced with an expire_on parameter.
  • The tokengen has had API changes, which are only relevant if you used it with non-default settings.
  • The mixins modules has seen a thorough refactoring, causing its API to change.
  • The formerly availble pbkdf2 and safe_str_cmp modules have disappeared, in favor of passlib.utils.