History

  • Development version:
    • No changes yet.
  • 1.2.0: 11-Jan-2018
    • Changed syntax: session(User) instead of session.User to avoid “magic” method use.
    • Added additional tests.
  • 1.1.1: 15-Nov-2017
    • Refactor test code.
    • Refactor Flask’s scoped session into the core.
  • 1.1.0: 13-Nov-2017
    • Restructured to place code in a package.
    • Added Flask-SQLAlchemy extensions.
  • 1.0.4: 6-Nov-2017
    • Changed license to MIT to match SQLAlchemy’s license.
  • 1.0.3: 3-Nov-2017
    • Correct broken hyperlinks.
  • 1.0.2: 3-Nov-2017
  • 1.0.1: 3-Nov-2017
    • Allow access to Query variables and special methods from a _QueryWrapper.
  • 1.0.0: 3-Nov-2017
    • Inital release.

Before PyPI release

This program was originally posted on the SQLAlchemy mailing list. Thanks to Mike Bayer for helpful feedback.