flask-restless v0.17.0 Release Notes

Release Date: 2016-04-14 // about 8 years ago
    • Corrects bug to allow delayed initialization of multiple Flask applications.
    • #167: allows custom serialization/deserialization functions.
    • #198: allows arbitrary Boolean expressions in search query filters.
    • #226: allows creating APIs before initializing the Flask application object.
    • #274: adds the url_for function for computing URLs from models.
    • ๐Ÿ“œ #379: improves datetime parsing in search requests.
    • ๐Ÿ›  #398: fixes bug where DELETE_SINGLE processors were not actually used.
    • #400: disallows excluding a primary key on a POST request.