flask-restless v0.15.0 Release Notes

Release Date: 2016-04-14 // about 8 years ago
    • ๐Ÿ‘ป #320: detect settable hybrid properties instead of raising an exception.
    • #350: allows exclude/include columns to be specified as SQLAlchemy column
      objects in addition to strings.
    • โช #356: rollback the SQLAlchemy session on a failed patch
      request.
    • ๐Ÿ“š #368: adds missing documentation on using custom queries (see
      ๐Ÿ“š the "Custom queries" section of the documentation)